#D8EBCA

Color #D8EBCA Frostee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frostee #D8EBCA

Tints of Frostee #D8EBCA

Color information

#D8EBCA (or 0xD8EBCA) is unknown color: approx Frostee. HEX triplet: D8, EB and CA. RGB value is (216,235,202). Sum of RGB (Red+Green+Blue) = 216+235+202=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBCA is #271435. Grayscale: #E1E1E1. Windows color (decimal): -2561078 or 13298648. OLE color: 13298648.

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

Color convert

RGB216235202-
CMYK0.0800.140.08
HSL94.55º45.21%85.69%-
HSV(B)94.55º14.04%92.16%-
XYZ68.6978.2867.37-
YUV225.56114.71121.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.08%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=33.08%
G=35.99%
B=30.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162352020.0800.140.0894.5545.2185.69
HexD8EBCA80E85f2d56
Octal330353312100161013755126
Binary110110001110101111001010100001110100010111111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBCA; }

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

 H1.HeaderClassName
 {
   color: #D8EBCA;
 }
 .AnyTagClassName
 {
   color: #D8EBCA;
 }
</style>
background-color css

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

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

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

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

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

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