Html Css Color HEX #D8E4CA Frostee

📋 copy color: '#D8E4CA'

red 216 ◦ green 228 ◦ blue 202

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

Shades of Frostee #D8E4CA

Tints of Frostee #D8E4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.29%

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

R = 33.44%
G = 35.29%
B = 31.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#D8E4CA (or 0xD8E4CA) is known color: Frostee. HEX triplet: D8, E4 and CA. RGB value is (216,228,202). Sum of RGB (Red+Green+Blue) = 216+228+202=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 228 - color contains mainly: green. Hex color #D8E4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E4CA is #271B35. Grayscale: #DDDDDD. Windows color (decimal): -2562870 or 13296856. OLE color: 13296856.

HSL color Cylindrical-coordinate representation of color #D8E4CA: hue angle of 87.69º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8E4CA is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 228 202 -
CMYK 0.05 0 0.11 0.11
HSL 87.69º 0.33% 0.84% -
HSV(B) 87.69º 0.11% 0.89% -
XYZ 66.72 74.35 66.71 -
YUV 221.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 216 228 202 0.05 0 0.11 0.11 87.69 0.33 0.84
Hex D8 E4 CA 5 0 B B 58 20 54
Octal 330 344 312 5 0 13 13 130 40 124
Binary 11011000 11100100 11001010 101 0 1011 1011 1011000 100000 1010100

Color Harmonies of #D8E4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E4CA

Black with #D8E4CA

Text Example


Text Example

White with #D8E4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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