Html Css Color HEX #D9E3CE Frostee

📋 copy color: '#D9E3CE'

red 217 ◦ green 227 ◦ blue 206

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

Shades of Frostee #D9E3CE

Tints of Frostee #D9E3CE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.92%

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

R = 33.38%
G = 34.92%
B = 31.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#D9E3CE (or 0xD9E3CE) is known color: Frostee. HEX triplet: D9, E3 and CE. RGB value is (217,227,206). Sum of RGB (Red+Green+Blue) = 217+227+206=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3CE is #261C31. Grayscale: #DDDDDD. Windows color (decimal): -2497586 or 13558745. OLE color: 13558745.

HSL color Cylindrical-coordinate representation of color #D9E3CE: hue angle of 88.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9E3CE is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 227 206 -
CMYK 0.04 0 0.09 0.11
HSL 88.57º 0.27% 0.85% -
HSV(B) 88.57º 0.09% 0.89% -
XYZ 67.22 74.15 69.16 -
YUV 221.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 217 227 206 0.04 0 0.09 0.11 88.57 0.27 0.85
Hex D9 E3 CE 4 0 9 B 59 1B 55
Octal 331 343 316 4 0 11 13 131 33 125
Binary 11011001 11100011 11001110 100 0 1001 1011 1011001 11011 1010101

Color Harmonies of #D9E3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E3CE

Black with #D9E3CE

Text Example


Text Example

White with #D9E3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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