Html Css Color HEX #D9EACA Frostee

📋 copy color: '#D9EACA'

red 217 ◦ green 234 ◦ blue 202

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

Shades of Frostee #D9EACA

Tints of Frostee #D9EACA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.83%

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

R = 33.23%
G = 35.83%
B = 30.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#D9EACA (or 0xD9EACA) is known color: Frostee. HEX triplet: D9, EA and CA. RGB value is (217,234,202). Sum of RGB (Red+Green+Blue) = 217+234+202=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EACA is #261535. Grayscale: #E1E1E1. Windows color (decimal): -2495798 or 13298393. OLE color: 13298393.

HSL color Cylindrical-coordinate representation of color #D9EACA: hue angle of 91.88º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9EACA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 234 202 -
CMYK 0.07 0 0.14 0.08
HSL 91.88º 0.43% 0.85% -
HSV(B) 91.88º 0.14% 0.92% -
XYZ 68.7 77.86 67.29 -
YUV 225.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 217 234 202 0.07 0 0.14 0.08 91.88 0.43 0.85
Hex D9 EA CA 7 0 E 8 5C 2B 55
Octal 331 352 312 7 0 16 10 134 53 125
Binary 11011001 11101010 11001010 111 0 1110 1000 1011100 101011 1010101

Color Harmonies of #D9EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EACA

Black with #D9EACA

Text Example


Text Example

White with #D9EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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