#D4EFE2

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

Shades of White Ice #D4EFE2

Tints of White Ice #D4EFE2

Color information

#D4EFE2 (or 0xD4EFE2) is unknown color: approx White Ice. HEX triplet: D4, EF and E2. RGB value is (212,239,226). Sum of RGB (Red+Green+Blue) = 212+239+226=677 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.31% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EFE2 is #2B101D. Grayscale: #E5E5E5. Windows color (decimal): -2822174 or 14872532. OLE color: 14872532.

HSL color Cylindrical-coordinate representation of color #D4EFE2: hue angle of 151.11º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EFE2 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB212239226-
CMYK0.1100.050.06
HSL151.11º45.76%88.43%-
HSV(B)151.11º11.3%93.73%-
XYZ71.7581.2283.85-
YUV229.44126.05115.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.31%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 226 (88.67% from 255) = 33.38%
R=31.31%
G=35.30%
B=33.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122392260.1100.050.06151.1145.7688.43
HexD4EFE2B056972e58
Octal3243573421305622756130
Binary11010100111011111110001010110101110100101111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EFE2; }

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

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

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

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

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

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

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

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