Html Css Color HEX #D8E5CA Frostee

📋 copy color: '#D8E5CA'

red 216 ◦ green 229 ◦ blue 202

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

Shades of Frostee #D8E5CA

Tints of Frostee #D8E5CA

RGB

 RED value IS 216 (84.77% from 255) = 33.38%

 GREEN value IS 229 (89.84% from 255) = 35.39%

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

R = 33.38%
G = 35.39%
B = 31.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#D8E5CA (or 0xD8E5CA) is known color: Frostee. HEX triplet: D8, E5 and CA. RGB value is (216,229,202). Sum of RGB (Red+Green+Blue) = 216+229+202=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 229 - color contains mainly: green. Hex color #D8E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E5CA is #271A35. Grayscale: #DEDEDE. Windows color (decimal): -2562614 or 13297112. OLE color: 13297112.

HSL color Cylindrical-coordinate representation of color #D8E5CA: hue angle of 88.89º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8E5CA is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 229 202 -
CMYK 0.06 0 0.12 0.10
HSL 88.89º 0.34% 0.85% -
HSV(B) 88.89º 0.12% 0.9% -
XYZ 67 74.9 66.8 -
YUV 222.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 216 229 202 0.06 0 0.12 0.10 88.89 0.34 0.85
Hex D8 E5 CA 6 0 C A 59 22 55
Octal 330 345 312 6 0 14 12 131 42 125
Binary 11011000 11100101 11001010 110 0 1100 1010 1011001 100010 1010101

Color Harmonies of #D8E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E5CA

Black with #D8E5CA

Text Example


Text Example

White with #D8E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E5CA; }

 p { color: rgb(216,229,202); }

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

background-color css

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

 a { background-color: rgb(216,229,202); }

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

border-color css

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

 span { border-color: rgb(216,229,202); }

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