Html Css Color HEX #D9EACC Frostee

📋 copy color: '#D9EACC'

red 217 ◦ green 234 ◦ blue 204

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

Shades of Frostee #D9EACC

Tints of Frostee #D9EACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.73%

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

R = 33.13%
G = 35.73%
B = 31.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#D9EACC (or 0xD9EACC) is known color: Frostee. HEX triplet: D9, EA and CC. RGB value is (217,234,204). Sum of RGB (Red+Green+Blue) = 217+234+204=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EACC is #261533. Grayscale: #E1E1E1. Windows color (decimal): -2495796 or 13429465. OLE color: 13429465.

HSL color Cylindrical-coordinate representation of color #D9EACC: hue angle of 94º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9EACC is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 234 204 -
CMYK 0.07 0 0.13 0.08
HSL 94º 0.42% 0.86% -
HSV(B) 94º 0.13% 0.92% -
XYZ 68.94 77.96 68.54 -
YUV 225.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 217 234 204 0.07 0 0.13 0.08 94 0.42 0.86
Hex D9 EA CC 7 0 D 8 5E 2A 56
Octal 331 352 314 7 0 15 10 136 52 126
Binary 11011001 11101010 11001100 111 0 1101 1000 1011110 101010 1010110

Color Harmonies of #D9EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EACC

Black with #D9EACC

Text Example


Text Example

White with #D9EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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