Html Css Color HEX #D9E4CD Frostee

📋 copy color: '#D9E4CD'

red 217 ◦ green 228 ◦ blue 205

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

Shades of Frostee #D9E4CD

Tints of Frostee #D9E4CD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.08%

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

R = 33.38%
G = 35.08%
B = 31.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#D9E4CD (or 0xD9E4CD) is known color: Frostee. HEX triplet: D9, E4 and CD. RGB value is (217,228,205). Sum of RGB (Red+Green+Blue) = 217+228+205=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E4CD is #261B32. Grayscale: #DEDEDE. Windows color (decimal): -2497331 or 13493465. OLE color: 13493465.

HSL color Cylindrical-coordinate representation of color #D9E4CD: hue angle of 88.7º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9E4CD is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 228 205 -
CMYK 0.05 0 0.10 0.11
HSL 88.7º 0.3% 0.85% -
HSV(B) 88.7º 0.1% 0.89% -
XYZ 67.38 74.65 68.61 -
YUV 222.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 217 228 205 0.05 0 0.10 0.11 88.7 0.3 0.85
Hex D9 E4 CD 5 0 A B 59 1E 55
Octal 331 344 315 5 0 12 13 131 36 125
Binary 11011001 11100100 11001101 101 0 1010 1011 1011001 11110 1010101

Color Harmonies of #D9E4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E4CD

Black with #D9E4CD

Text Example


Text Example

White with #D9E4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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