#D8EFE2

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

Shades of White Ice #D8EFE2

Tints of White Ice #D8EFE2

Color information

#D8EFE2 (or 0xD8EFE2) is unknown color: approx White Ice. HEX triplet: D8, EF and E2. RGB value is (216,239,226). Sum of RGB (Red+Green+Blue) = 216+239+226=681 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.72% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EFE2 is #27101D. Grayscale: #E6E6E6. Windows color (decimal): -2560030 or 14872536. OLE color: 14872536.

HSL color Cylindrical-coordinate representation of color #D8EFE2: hue angle of 146.09º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8EFE2 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB216239226-
CMYK0.1000.050.06
HSL146.09º41.82%89.22%-
HSV(B)146.09º9.62%93.73%-
XYZ72.9181.8283.9-
YUV230.64125.38117.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.72%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 226 (88.67% from 255) = 33.19%
R=31.72%
G=35.10%
B=33.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162392260.1000.050.06146.0941.8289.22
HexD8EFE2A056922a59
Octal3303573421205622252131
Binary11011000111011111110001010100101110100100101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EFE2; }

 p { color: rgb(216,239,226); }

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

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

 a { background-color: rgb(216,239,226); }

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

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

 span { border-color: rgb(216,239,226); }

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