#D6ECE2

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

Shades of White Ice #D6ECE2

Tints of White Ice #D6ECE2

Color information

#D6ECE2 (or 0xD6ECE2) is unknown color: approx White Ice. HEX triplet: D6, EC and E2. RGB value is (214,236,226). Sum of RGB (Red+Green+Blue) = 214+236+226=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 226 (88.67% from 255 or 33.43% from 676); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECE2 is #29131D. Grayscale: #E4E4E4. Windows color (decimal): -2691870 or 14871766. OLE color: 14871766.

HSL color Cylindrical-coordinate representation of color #D6ECE2: hue angle of 152.73º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6ECE2 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB214236226-
CMYK0.0900.040.07
HSL152.73º36.67%88.24%-
HSV(B)152.73º9.32%92.55%-
XYZ71.4579.7883.58-
YUV228.28126.71117.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.66%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 226 (88.67% from 255) = 33.43%
R=31.66%
G=34.91%
B=33.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142362260.0900.040.07152.7336.6788.24
HexD6ECE29047992558
Octal3263543421104723145130
Binary11010110111011001110001010010100111100110011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECE2; }

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

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

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

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

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

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

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

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