Html Css Color HEX #D9CCE9 Fog

📋 copy color: '#D9CCE9'

red 217 ◦ green 204 ◦ blue 233

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

Shades of Fog #D9CCE9

Tints of Fog #D9CCE9

RGB

 RED value IS 217 (85.16% from 255) = 33.18%

 GREEN value IS 204 (80.08% from 255) = 31.19%

 BLUE value IS 233 (91.41% from 255) = 35.63%

R = 33.18%
G = 31.19%
B = 35.63%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D9CCE9 (or 0xD9CCE9) is known color: Fog. HEX triplet: D9, CC and E9. RGB value is (217,204,233). Sum of RGB (Red+Green+Blue) = 217+204+233=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCE9 is #263316. Grayscale: #D3D3D3. Windows color (decimal): -2503447 or 15322329. OLE color: 15322329.

HSL color Cylindrical-coordinate representation of color #D9CCE9: hue angle of 266.9º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9CCE9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 204 233 -
CMYK 0.07 0.12 0 0.09
HSL 266.9º 0.4% 0.86% -
HSV(B) 266.9º 0.12% 0.91% -
XYZ 64.92 63.82 85.99 -
YUV 211.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 217 204 233 0.07 0.12 0 0.09 266.9 0.4 0.86
Hex D9 CC E9 7 C 0 9 10B 28 56
Octal 331 314 351 7 14 0 11 413 50 126
Binary 11011001 11001100 11101001 111 1100 0 1001 100001011 101000 1010110

Color Harmonies of #D9CCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCE9

Black with #D9CCE9

Text Example


Text Example

White with #D9CCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCE9; }

 p { color: rgb(217,204,233); }

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

background-color css

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

 a { background-color: rgb(217,204,233); }

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

border-color css

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

 span { border-color: rgb(217,204,233); }

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