#D6EBE2

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

Shades of White Ice #D6EBE2

Tints of White Ice #D6EBE2

Color information

#D6EBE2 (or 0xD6EBE2) is unknown color: approx White Ice. HEX triplet: D6, EB and E2. RGB value is (214,235,226). Sum of RGB (Red+Green+Blue) = 214+235+226=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBE2 is #29141D. Grayscale: #E3E3E3. Windows color (decimal): -2692126 or 14871510. OLE color: 14871510.

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

Color convert

RGB214235226-
CMYK0.0900.040.08
HSL154.29º34.43%88.04%-
HSV(B)154.29º8.94%92.16%-
XYZ71.1779.283.49-
YUV227.7127.04118.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.70%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 226 (88.67% from 255) = 33.48%
R=31.70%
G=34.81%
B=33.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142352260.0900.040.08154.2934.4388.04
HexD6EBE290489a2258
Octal32635334211041023242130
Binary110101101110101111100010100101001000100110101000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBE2; }

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

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

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

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

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

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

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

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