Html Css Color HEX #D9E5CE Frostee

📋 copy color: '#D9E5CE'

red 217 ◦ green 229 ◦ blue 206

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

Shades of Frostee #D9E5CE

Tints of Frostee #D9E5CE

RGB

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

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

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

R = 33.28%
G = 35.12%
B = 31.6%

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

#D9E5CE (or 0xD9E5CE) is known color: Frostee. HEX triplet: D9, E5 and CE. RGB value is (217,229,206). Sum of RGB (Red+Green+Blue) = 217+229+206=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E5CE is #261A31. Grayscale: #DEDEDE. Windows color (decimal): -2497074 or 13559257. OLE color: 13559257.

HSL color Cylindrical-coordinate representation of color #D9E5CE: hue angle of 91.3º degrees, saturation: 0.31, 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 #D9E5CE is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 229 206 -
CMYK 0.05 0 0.10 0.10
HSL 91.3º 0.31% 0.85% -
HSV(B) 91.3º 0.1% 0.9% -
XYZ 67.78 75.25 69.34 -
YUV 222.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 217 229 206 0.05 0 0.10 0.10 91.3 0.31 0.85
Hex D9 E5 CE 5 0 A A 5B 1F 55
Octal 331 345 316 5 0 12 12 133 37 125
Binary 11011001 11100101 11001110 101 0 1010 1010 1011011 11111 1010101

Color Harmonies of #D9E5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E5CE

Black with #D9E5CE

Text Example


Text Example

White with #D9E5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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