#D8EDC8

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

Shades of Frostee #D8EDC8

Tints of Frostee #D8EDC8

Color information

#D8EDC8 (or 0xD8EDC8) is unknown color: approx Frostee. HEX triplet: D8, ED and C8. RGB value is (216,237,200). Sum of RGB (Red+Green+Blue) = 216+237+200=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EDC8 is #271237. Grayscale: #E2E2E2. Windows color (decimal): -2560568 or 13168088. OLE color: 13168088.

HSL color Cylindrical-coordinate representation of color #D8EDC8: hue angle of 94.05º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8EDC8 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB216237200-
CMYK0.0900.160.07
HSL94.05º50.68%85.69%-
HSV(B)94.05º15.61%92.94%-
XYZ69.0379.3466.32-
YUV226.5113.04120.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.08%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 200 (78.52% from 255) = 30.63%
R=33.08%
G=36.29%
B=30.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162372000.0900.160.0794.0550.6885.69
HexD8EDC8901075e3356
Octal33035531011020713663126
Binary110110001110110111001000100101000011110111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EDC8; }

 p { color: rgb(216,237,200); }

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

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

 a { background-color: rgb(216,237,200); }

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

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

 span { border-color: rgb(216,237,200); }

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