Html Css Color HEX #D9E7CD Frostee

📋 copy color: '#D9E7CD'

red 217 ◦ green 231 ◦ blue 205

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

Shades of Frostee #D9E7CD

Tints of Frostee #D9E7CD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.38%

 BLUE value IS 205 (80.47% from 255) = 31.39%

R = 33.23%
G = 35.38%
B = 31.39%

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

#D9E7CD (or 0xD9E7CD) is known color: Frostee. HEX triplet: D9, E7 and CD. RGB value is (217,231,205). Sum of RGB (Red+Green+Blue) = 217+231+205=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E7CD is #261832. Grayscale: #DFDFDF. Windows color (decimal): -2496563 or 13494233. OLE color: 13494233.

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

Color convert

RGB 217 231 205 -
CMYK 0.06 0 0.11 0.09
HSL 92.31º 0.35% 0.85% -
HSV(B) 92.31º 0.11% 0.91% -
XYZ 68.21 76.31 68.89 -
YUV 223.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 217 231 205 0.06 0 0.11 0.09 92.31 0.35 0.85
Hex D9 E7 CD 6 0 B 9 5C 23 55
Octal 331 347 315 6 0 13 11 134 43 125
Binary 11011001 11100111 11001101 110 0 1011 1001 1011100 100011 1010101

Color Harmonies of #D9E7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E7CD

Black with #D9E7CD

Text Example


Text Example

White with #D9E7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E7CD; }

 p { color: rgb(217,231,205); }

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

background-color css

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

 a { background-color: rgb(217,231,205); }

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

border-color css

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

 span { border-color: rgb(217,231,205); }

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