#DBECE2

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

Shades of White Ice #DBECE2

Tints of White Ice #DBECE2

Color information

#DBECE2 (or 0xDBECE2) is unknown color: approx White Ice. HEX triplet: DB, EC and E2. RGB value is (219,236,226). Sum of RGB (Red+Green+Blue) = 219+236+226=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECE2 is #24131D. Grayscale: #E5E5E5. Windows color (decimal): -2364190 or 14871771. OLE color: 14871771.

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

Color convert

RGB219236226-
CMYK0.0700.040.07
HSL144.71º30.91%89.22%-
HSV(B)144.71º7.2%92.55%-
XYZ72.9480.5483.65-
YUV229.78125.87120.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 236 (92.58% from 255) = 34.65%
BLUE value IS 226 (88.67% from 255) = 33.19%
R=32.16%
G=34.65%
B=33.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362260.0700.040.07144.7130.9189.22
HexDBECE27047911f59
Octal333354342704722137131
Binary110110111110110011100010111010011110010001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECE2; }

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

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

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

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

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

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

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

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