Html Css Color HEX #D9E5D0 Frostee

📋 copy color: '#D9E5D0'

red 217 ◦ green 229 ◦ blue 208

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

Shades of Frostee #D9E5D0

Tints of Frostee #D9E5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.8%

R = 33.18%
G = 35.02%
B = 31.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#D9E5D0 (or 0xD9E5D0) is known color: Frostee. HEX triplet: D9, E5 and D0. RGB value is (217,229,208). Sum of RGB (Red+Green+Blue) = 217+229+208=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E5D0 is #261A2F. Grayscale: #DFDFDF. Windows color (decimal): -2497072 or 13690329. OLE color: 13690329.

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

Color convert

RGB 217 229 208 -
CMYK 0.05 0 0.09 0.10
HSL 94.29º 0.29% 0.86% -
HSV(B) 94.29º 0.09% 0.9% -
XYZ 68.02 75.34 70.63 -
YUV 223.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 217 229 208 0.05 0 0.09 0.10 94.29 0.29 0.86
Hex D9 E5 D0 5 0 9 A 5E 1D 56
Octal 331 345 320 5 0 11 12 136 35 126
Binary 11011001 11100101 11010000 101 0 1001 1010 1011110 11101 1010110

Color Harmonies of #D9E5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E5D0

Black with #D9E5D0

Text Example


Text Example

White with #D9E5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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