#DBECE4

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

Shades of White Ice #DBECE4

Tints of White Ice #DBECE4

Color information

#DBECE4 (or 0xDBECE4) is unknown color: approx White Ice. HEX triplet: DB, EC and E4. RGB value is (219,236,228). Sum of RGB (Red+Green+Blue) = 219+236+228=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECE4 is #24131B. Grayscale: #E6E6E6. Windows color (decimal): -2364188 or 15002843. OLE color: 15002843.

HSL color Cylindrical-coordinate representation of color #DBECE4: hue angle of 151.76º 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 #DBECE4 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB219236228-
CMYK0.0700.030.07
HSL151.76º30.91%89.22%-
HSV(B)151.76º7.2%92.55%-
XYZ73.2180.6585.11-
YUV230126.87120.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.06%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 228 (89.45% from 255) = 33.38%
R=32.06%
G=34.55%
B=33.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362280.0700.030.07151.7630.9189.22
HexDBECE47037981f59
Octal333354344703723037131
Binary11011011111011001110010011101111110011000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECE4; }

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

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

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

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

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

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

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

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