Html Css Color HEX #D9E4CE Frostee

📋 copy color: '#D9E4CE'

red 217 ◦ green 228 ◦ blue 206

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

Shades of Frostee #D9E4CE

Tints of Frostee #D9E4CE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.02%

 BLUE value IS 206 (80.86% from 255) = 31.64%

R = 33.33%
G = 35.02%
B = 31.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#D9E4CE (or 0xD9E4CE) is known color: Frostee. HEX triplet: D9, E4 and CE. RGB value is (217,228,206). Sum of RGB (Red+Green+Blue) = 217+228+206=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E4CE is #261B31. Grayscale: #DEDEDE. Windows color (decimal): -2497330 or 13559001. OLE color: 13559001.

HSL color Cylindrical-coordinate representation of color #D9E4CE: hue angle of 90º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9E4CE is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 228 206 -
CMYK 0.05 0 0.10 0.11
HSL 90º 0.29% 0.85% -
HSV(B) 90º 0.1% 0.89% -
XYZ 67.5 74.69 69.25 -
YUV 222.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 217 228 206 0.05 0 0.10 0.11 90 0.29 0.85
Hex D9 E4 CE 5 0 A B 5A 1D 55
Octal 331 344 316 5 0 12 13 132 35 125
Binary 11011001 11100100 11001110 101 0 1010 1011 1011010 11101 1010101

Color Harmonies of #D9E4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E4CE

Black with #D9E4CE

Text Example


Text Example

White with #D9E4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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