#D9EFE3

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

Shades of White Ice #D9EFE3

Tints of White Ice #D9EFE3

Color information

#D9EFE3 (or 0xD9EFE3) is unknown color: approx White Ice. HEX triplet: D9, EF and E3. RGB value is (217,239,227). Sum of RGB (Red+Green+Blue) = 217+239+227=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EFE3 is #26101C. Grayscale: #E7E7E7. Windows color (decimal): -2494493 or 14938073. OLE color: 14938073.

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

Color convert

RGB217239227-
CMYK0.0900.050.06
HSL147.27º40.74%89.41%-
HSV(B)147.27º9.21%93.73%-
XYZ73.3582.0384.64-
YUV231.05125.71117.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.77%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 227 (89.06% from 255) = 33.24%
R=31.77%
G=34.99%
B=33.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172392270.0900.050.06147.2740.7489.41
HexD9EFE39056932959
Octal3313573431105622351131
Binary11011001111011111110001110010101110100100111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFE3; }

 p { color: rgb(217,239,227); }

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

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

 a { background-color: rgb(217,239,227); }

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

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

 span { border-color: rgb(217,239,227); }

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