#D6EBE0

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

Shades of White Ice #D6EBE0

Tints of White Ice #D6EBE0

Color information

#D6EBE0 (or 0xD6EBE0) is unknown color: approx White Ice. HEX triplet: D6, EB and E0. RGB value is (214,235,224). Sum of RGB (Red+Green+Blue) = 214+235+224=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBE0 is #29141F. Grayscale: #E3E3E3. Windows color (decimal): -2692128 or 14740438. OLE color: 14740438.

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

Color convert

RGB214235224-
CMYK0.0900.050.08
HSL148.57º34.43%88.04%-
HSV(B)148.57º8.94%92.16%-
XYZ70.8979.0982.05-
YUV227.47126.04118.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.80%
GREEN value IS 235 (92.19% from 255) = 34.92%
BLUE value IS 224 (87.89% from 255) = 33.28%
R=31.80%
G=34.92%
B=33.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142352240.0900.050.08148.5734.4388.04
HexD6EBE09058952258
Octal32635334011051022542130
Binary110101101110101111100000100101011000100101011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBE0; }

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

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

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

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

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

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

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

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