Html Css Color HEX #D9E9CC Frostee

📋 copy color: '#D9E9CC'

red 217 ◦ green 233 ◦ blue 204

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

Shades of Frostee #D9E9CC

Tints of Frostee #D9E9CC

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#D9E9CC (or 0xD9E9CC) is known color: Frostee. HEX triplet: D9, E9 and CC. RGB value is (217,233,204). Sum of RGB (Red+Green+Blue) = 217+233+204=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E9CC is #261633. Grayscale: #E1E1E1. Windows color (decimal): -2496052 or 13429209. OLE color: 13429209.

HSL color Cylindrical-coordinate representation of color #D9E9CC: hue angle of 93.1º 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 #D9E9CC is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 233 204 -
CMYK 0.07 0 0.12 0.09
HSL 93.1º 0.4% 0.86% -
HSV(B) 93.1º 0.12% 0.91% -
XYZ 68.65 77.39 68.45 -
YUV 224.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 217 233 204 0.07 0 0.12 0.09 93.1 0.4 0.86
Hex D9 E9 CC 7 0 C 9 5D 28 56
Octal 331 351 314 7 0 14 11 135 50 126
Binary 11011001 11101001 11001100 111 0 1100 1001 1011101 101000 1010110

Color Harmonies of #D9E9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E9CC

Black with #D9E9CC

Text Example


Text Example

White with #D9E9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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