#D6EEE0

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

Shades of White Ice #D6EEE0

Tints of White Ice #D6EEE0

Color information

#D6EEE0 (or 0xD6EEE0) is unknown color: approx White Ice. HEX triplet: D6, EE and E0. RGB value is (214,238,224). Sum of RGB (Red+Green+Blue) = 214+238+224=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EEE0 is #29111F. Grayscale: #E5E5E5. Windows color (decimal): -2691360 or 14741206. OLE color: 14741206.

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

Color convert

RGB214238224-
CMYK0.1000.060.07
HSL145º41.38%88.63%-
HSV(B)145º10.08%93.33%-
XYZ71.7680.8382.34-
YUV229.23125.05117.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.66%
GREEN value IS 238 (93.36% from 255) = 35.21%
BLUE value IS 224 (87.89% from 255) = 33.14%
R=31.66%
G=35.21%
B=33.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142382240.1000.060.0714541.3888.63
HexD6EEE0A067912959
Octal3263563401206722151131
Binary11010110111011101110000010100110111100100011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEE0; }

 p { color: rgb(214,238,224); }

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

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

 a { background-color: rgb(214,238,224); }

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

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

 span { border-color: rgb(214,238,224); }

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