Html Css Color HEX #D9E5CF Frostee

📋 copy color: '#D9E5CF'

red 217 ◦ green 229 ◦ blue 207

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

Shades of Frostee #D9E5CF

Tints of Frostee #D9E5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.07%

 BLUE value IS 207 (81.25% from 255) = 31.7%

R = 33.23%
G = 35.07%
B = 31.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#D9E5CF (or 0xD9E5CF) is known color: Frostee. HEX triplet: D9, E5 and CF. RGB value is (217,229,207). Sum of RGB (Red+Green+Blue) = 217+229+207=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E5CF is #261A30. Grayscale: #DEDEDE. Windows color (decimal): -2497073 or 13624793. OLE color: 13624793.

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

Color convert

RGB 217 229 207 -
CMYK 0.05 0 0.10 0.10
HSL 92.73º 0.3% 0.85% -
HSV(B) 92.73º 0.1% 0.9% -
XYZ 67.9 75.3 69.99 -
YUV 222.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 217 229 207 0.05 0 0.10 0.10 92.73 0.3 0.85
Hex D9 E5 CF 5 0 A A 5D 1E 55
Octal 331 345 317 5 0 12 12 135 36 125
Binary 11011001 11100101 11001111 101 0 1010 1010 1011101 11110 1010101

Color Harmonies of #D9E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E5CF

Black with #D9E5CF

Text Example


Text Example

White with #D9E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E5CF; }

 p { color: rgb(217,229,207); }

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

background-color css

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

 a { background-color: rgb(217,229,207); }

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

border-color css

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

 span { border-color: rgb(217,229,207); }

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