Html Css Color HEX #D9EECA Frostee

📋 copy color: '#D9EECA'

red 217 ◦ green 238 ◦ blue 202

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

Shades of Frostee #D9EECA

Tints of Frostee #D9EECA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.23%

 BLUE value IS 202 (79.3% from 255) = 30.75%

R = 33.03%
G = 36.23%
B = 30.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#D9EECA (or 0xD9EECA) is known color: Frostee. HEX triplet: D9, EE and CA. RGB value is (217,238,202). Sum of RGB (Red+Green+Blue) = 217+238+202=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EECA is #261135. Grayscale: #E3E3E3. Windows color (decimal): -2494774 or 13299417. OLE color: 13299417.

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

Color convert

RGB 217 238 202 -
CMYK 0.09 0 0.15 0.07
HSL 95º 0.51% 0.86% -
HSV(B) 95º 0.15% 0.93% -
XYZ 69.85 80.17 67.67 -
YUV 227.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 217 238 202 0.09 0 0.15 0.07 95 0.51 0.86
Hex D9 EE CA 9 0 F 7 5F 33 56
Octal 331 356 312 11 0 17 7 137 63 126
Binary 11011001 11101110 11001010 1001 0 1111 111 1011111 110011 1010110

Color Harmonies of #D9EECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EECA

Black with #D9EECA

Text Example


Text Example

White with #D9EECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EECA; }

 p { color: rgb(217,238,202); }

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

background-color css

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

 a { background-color: rgb(217,238,202); }

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

border-color css

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

 span { border-color: rgb(217,238,202); }

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