Html Css Color HEX #D9E6CE Frostee

📋 copy color: '#D9E6CE'

red 217 ◦ green 230 ◦ blue 206

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

Shades of Frostee #D9E6CE

Tints of Frostee #D9E6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.22%

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

R = 33.23%
G = 35.22%
B = 31.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#D9E6CE (or 0xD9E6CE) is known color: Frostee. HEX triplet: D9, E6 and CE. RGB value is (217,230,206). Sum of RGB (Red+Green+Blue) = 217+230+206=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6CE is #261931. Grayscale: #DFDFDF. Windows color (decimal): -2496818 or 13559513. OLE color: 13559513.

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

Color convert

RGB 217 230 206 -
CMYK 0.06 0 0.10 0.10
HSL 92.5º 0.32% 0.85% -
HSV(B) 92.5º 0.1% 0.9% -
XYZ 68.05 75.8 69.44 -
YUV 223.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 217 230 206 0.06 0 0.10 0.10 92.5 0.32 0.85
Hex D9 E6 CE 6 0 A A 5C 20 55
Octal 331 346 316 6 0 12 12 134 40 125
Binary 11011001 11100110 11001110 110 0 1010 1010 1011100 100000 1010101

Color Harmonies of #D9E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E6CE

Black with #D9E6CE

Text Example


Text Example

White with #D9E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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