Html Css Color HEX #D9E8CE Frostee

📋 copy color: '#D9E8CE'

red 217 ◦ green 232 ◦ blue 206

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

Shades of Frostee #D9E8CE

Tints of Frostee #D9E8CE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.42%

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

R = 33.13%
G = 35.42%
B = 31.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#D9E8CE (or 0xD9E8CE) is known color: Frostee. HEX triplet: D9, E8 and CE. RGB value is (217,232,206). Sum of RGB (Red+Green+Blue) = 217+232+206=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E8CE is #261731. Grayscale: #E0E0E0. Windows color (decimal): -2496306 or 13560025. OLE color: 13560025.

HSL color Cylindrical-coordinate representation of color #D9E8CE: hue angle of 94.62º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9E8CE is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 232 206 -
CMYK 0.06 0 0.11 0.09
HSL 94.62º 0.36% 0.86% -
HSV(B) 94.62º 0.11% 0.91% -
XYZ 68.61 76.92 69.62 -
YUV 224.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 217 232 206 0.06 0 0.11 0.09 94.62 0.36 0.86
Hex D9 E8 CE 6 0 B 9 5F 24 56
Octal 331 350 316 6 0 13 11 137 44 126
Binary 11011001 11101000 11001110 110 0 1011 1001 1011111 100100 1010110

Color Harmonies of #D9E8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E8CE

Black with #D9E8CE

Text Example


Text Example

White with #D9E8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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