Html Css Color HEX #D9EDC9 Frostee

📋 copy color: '#D9EDC9'

red 217 ◦ green 237 ◦ blue 201

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

Shades of Frostee #D9EDC9

Tints of Frostee #D9EDC9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.18%

 BLUE value IS 201 (78.91% from 255) = 30.69%

R = 33.13%
G = 36.18%
B = 30.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#D9EDC9 (or 0xD9EDC9) is known color: Frostee. HEX triplet: D9, ED and C9. RGB value is (217,237,201). Sum of RGB (Red+Green+Blue) = 217+237+201=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDC9 is #261236. Grayscale: #E3E3E3. Windows color (decimal): -2495031 or 13233625. OLE color: 13233625.

HSL color Cylindrical-coordinate representation of color #D9EDC9: hue angle of 93.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9EDC9 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 237 201 -
CMYK 0.08 0 0.15 0.07
HSL 93.33º 0.5% 0.86% -
HSV(B) 93.33º 0.15% 0.93% -
XYZ 69.44 79.54 66.95 -
YUV 226.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 217 237 201 0.08 0 0.15 0.07 93.33 0.5 0.86
Hex D9 ED C9 8 0 F 7 5D 32 56
Octal 331 355 311 10 0 17 7 135 62 126
Binary 11011001 11101101 11001001 1000 0 1111 111 1011101 110010 1010110

Color Harmonies of #D9EDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EDC9

Black with #D9EDC9

Text Example


Text Example

White with #D9EDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EDC9; }

 p { color: rgb(217,237,201); }

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

background-color css

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

 a { background-color: rgb(217,237,201); }

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

border-color css

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

 span { border-color: rgb(217,237,201); }

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