Html Css Color HEX #DDDDEE Quartz

📋 copy color: '#DDDDEE'

red 221 ◦ green 221 ◦ blue 238

#DDDDEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #DDDDEE

Tints of Quartz #DDDDEE

RGB

 RED value IS 221 (86.72% from 255) = 32.5%

 GREEN value IS 221 (86.72% from 255) = 32.5%

 BLUE value IS 238 (93.36% from 255) = 35%

R = 32.5%
G = 32.5%
B = 35%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDDDEE (or 0xDDDDEE) is known color: Quartz. HEX triplet: DD, DD and EE. RGB value is (221,221,238). Sum of RGB (Red+Green+Blue) = 221+221+238=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDEE is #222211. Grayscale: #DEDEDE. Windows color (decimal): -2236946 or 15654365. OLE color: 15654365.

HSL color Cylindrical-coordinate representation of color #DDDDEE: hue angle of 240º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDDDEE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 221 238 -
CMYK 0.07 0.07 0 0.07
HSL 240º 0.33% 0.9% -
HSV(B) 240º 0.07% 0.93% -
XYZ 71.11 73.26 91.28 -
YUV 222.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 221 221 238 0.07 0.07 0 0.07 240 0.33 0.9
Hex DD DD EE 7 7 0 7 F0 21 5A
Octal 335 335 356 7 7 0 7 360 41 132
Binary 11011101 11011101 11101110 111 111 0 111 11110000 100001 1011010

Color Harmonies of #DDDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDDEE

Black with #DDDDEE

Text Example


Text Example

White with #DDDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDDEE; }

 p { color: rgb(221,221,238); }

 H1.HeaderClassName
 {
   color: #DDDDEE;
 }
 .AnyTagClassName
 {
   color: #DDDDEE;
 }
</style>

background-color css

<style>
 a { background-color: #DDDDEE; }

 a { background-color: rgb(221,221,238); }

 div.DivClassName
 {
   background-color: #DDDDEE;
 }
 .BgClassName
 {
   background-color: #DDDDEE;
 }
</style>

border-color css

<style>
 span { border-color: #DDDDEE; }

 span { border-color: rgb(221,221,238); }

 td.TdClassName
 {
   border-color: #DDDDEE;
 }
 .TagClassName
 {
   border-color: #DDDDEE;
 }
</style>