Html Css Color HEX #D9E8CD Frostee

📋 copy color: '#D9E8CD'

red 217 ◦ green 232 ◦ blue 205

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

Shades of Frostee #D9E8CD

Tints of Frostee #D9E8CD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.47%

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

R = 33.18%
G = 35.47%
B = 31.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#D9E8CD (or 0xD9E8CD) is known color: Frostee. HEX triplet: D9, E8 and CD. RGB value is (217,232,205). Sum of RGB (Red+Green+Blue) = 217+232+205=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E8CD is #261732. Grayscale: #E0E0E0. Windows color (decimal): -2496307 or 13494489. OLE color: 13494489.

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

Color convert

RGB 217 232 205 -
CMYK 0.06 0 0.12 0.09
HSL 93.33º 0.37% 0.86% -
HSV(B) 93.33º 0.12% 0.91% -
XYZ 68.49 76.87 68.99 -
YUV 224.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 217 232 205 0.06 0 0.12 0.09 93.33 0.37 0.86
Hex D9 E8 CD 6 0 C 9 5D 25 56
Octal 331 350 315 6 0 14 11 135 45 126
Binary 11011001 11101000 11001101 110 0 1100 1001 1011101 100101 1010110

Color Harmonies of #D9E8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E8CD

Black with #D9E8CD

Text Example


Text Example

White with #D9E8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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