Html Css Color HEX #D9CEE7 Fog

📋 copy color: '#D9CEE7'

red 217 ◦ green 206 ◦ blue 231

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

Shades of Fog #D9CEE7

Tints of Fog #D9CEE7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.5%

 BLUE value IS 231 (90.63% from 255) = 35.32%

R = 33.18%
G = 31.5%
B = 35.32%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D9CEE7 (or 0xD9CEE7) is known color: Fog. HEX triplet: D9, CE and E7. RGB value is (217,206,231). Sum of RGB (Red+Green+Blue) = 217+206+231=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9CEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEE7 is #263118. Grayscale: #D4D4D4. Windows color (decimal): -2502937 or 15191769. OLE color: 15191769.

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

Color convert

RGB 217 206 231 -
CMYK 0.06 0.11 0 0.09
HSL 266.4º 0.34% 0.86% -
HSV(B) 266.4º 0.11% 0.91% -
XYZ 65.11 64.66 84.65 -
YUV 212.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 217 206 231 0.06 0.11 0 0.09 266.4 0.34 0.86
Hex D9 CE E7 6 B 0 9 10A 22 56
Octal 331 316 347 6 13 0 11 412 42 126
Binary 11011001 11001110 11100111 110 1011 0 1001 100001010 100010 1010110

Color Harmonies of #D9CEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CEE7

Black with #D9CEE7

Text Example


Text Example

White with #D9CEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CEE7; }

 p { color: rgb(217,206,231); }

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

background-color css

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

 a { background-color: rgb(217,206,231); }

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

border-color css

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

 span { border-color: rgb(217,206,231); }

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