#D6EBE1

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

Shades of White Ice #D6EBE1

Tints of White Ice #D6EBE1

Color information

#D6EBE1 (or 0xD6EBE1) is unknown color: approx White Ice. HEX triplet: D6, EB and E1. RGB value is (214,235,225). Sum of RGB (Red+Green+Blue) = 214+235+225=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBE1 is #29141E. Grayscale: #E3E3E3. Windows color (decimal): -2692127 or 14805974. OLE color: 14805974.

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

Color convert

RGB214235225-
CMYK0.0900.040.08
HSL151.43º34.43%88.04%-
HSV(B)151.43º8.94%92.16%-
XYZ71.0379.1582.77-
YUV227.58126.54118.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.75%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 225 (88.28% from 255) = 33.38%
R=31.75%
G=34.87%
B=33.38%

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
Decimal2142352250.0900.040.08151.4334.4388.04
HexD6EBE19048972258
Octal32635334111041022742130
Binary110101101110101111100001100101001000100101111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBE1; }

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

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

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

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

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

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

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

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