Html Css Color HEX #D9E9CD Frostee

📋 copy color: '#D9E9CD'

red 217 ◦ green 233 ◦ blue 205

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

Shades of Frostee #D9E9CD

Tints of Frostee #D9E9CD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.57%

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

R = 33.13%
G = 35.57%
B = 31.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#D9E9CD (or 0xD9E9CD) is known color: Frostee. HEX triplet: D9, E9 and CD. RGB value is (217,233,205). Sum of RGB (Red+Green+Blue) = 217+233+205=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E9CD is #261632. Grayscale: #E1E1E1. Windows color (decimal): -2496051 or 13494745. OLE color: 13494745.

HSL color Cylindrical-coordinate representation of color #D9E9CD: hue angle of 94.29º degrees, saturation: 0.39, 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 #D9E9CD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 233 205 -
CMYK 0.07 0 0.12 0.09
HSL 94.29º 0.39% 0.86% -
HSV(B) 94.29º 0.12% 0.91% -
XYZ 68.77 77.44 69.08 -
YUV 225.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 217 233 205 0.07 0 0.12 0.09 94.29 0.39 0.86
Hex D9 E9 CD 7 0 C 9 5E 27 56
Octal 331 351 315 7 0 14 11 136 47 126
Binary 11011001 11101001 11001101 111 0 1100 1001 1011110 100111 1010110

Color Harmonies of #D9E9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E9CD

Black with #D9E9CD

Text Example


Text Example

White with #D9E9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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