#DBEAE2

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

Shades of White Ice #DBEAE2

Tints of White Ice #DBEAE2

Color information

#DBEAE2 (or 0xDBEAE2) is unknown color: approx White Ice. HEX triplet: DB, EA and E2. RGB value is (219,234,226). Sum of RGB (Red+Green+Blue) = 219+234+226=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAE2 is #24151D. Grayscale: #E4E4E4. Windows color (decimal): -2364702 or 14871259. OLE color: 14871259.

HSL color Cylindrical-coordinate representation of color #DBEAE2: hue angle of 148º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBEAE2 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB219234226-
CMYK0.0600.030.08
HSL148º26.32%88.82%-
HSV(B)148º6.41%91.76%-
XYZ72.3679.483.46-
YUV228.6126.53121.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 234 (91.80% from 255) = 34.46%
BLUE value IS 226 (88.67% from 255) = 33.28%
R=32.25%
G=34.46%
B=33.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342260.0600.030.0814826.3288.82
HexDBEAE26038941a59
Octal3333523426031022432131
Binary110110111110101011100010110011100010010100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAE2; }

 p { color: rgb(219,234,226); }

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

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

 a { background-color: rgb(219,234,226); }

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

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

 span { border-color: rgb(219,234,226); }

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