#D6EEE2

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

Shades of White Ice #D6EEE2

Tints of White Ice #D6EEE2

Color information

#D6EEE2 (or 0xD6EEE2) is unknown color: approx White Ice. HEX triplet: D6, EE and E2. RGB value is (214,238,226). Sum of RGB (Red+Green+Blue) = 214+238+226=678 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.56% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 226 (88.67% from 255 or 33.33% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EEE2 is #29111D. Grayscale: #E5E5E5. Windows color (decimal): -2691358 or 14872278. OLE color: 14872278.

HSL color Cylindrical-coordinate representation of color #D6EEE2: hue angle of 150º 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 #D6EEE2 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB214238226-
CMYK0.1000.050.07
HSL150º41.38%88.63%-
HSV(B)150º10.08%93.33%-
XYZ72.0380.9483.78-
YUV229.46126.05116.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.56%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 226 (88.67% from 255) = 33.33%
R=31.56%
G=35.10%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142382260.1000.050.0715041.3888.63
HexD6EEE2A057962959
Octal3263563421205722651131
Binary11010110111011101110001010100101111100101101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEE2; }

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

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

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

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

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

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

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

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