#DBECE3

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

Shades of White Ice #DBECE3

Tints of White Ice #DBECE3

Color information

#DBECE3 (or 0xDBECE3) is unknown color: approx White Ice. HEX triplet: DB, EC and E3. RGB value is (219,236,227). Sum of RGB (Red+Green+Blue) = 219+236+227=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECE3 is #24131C. Grayscale: #E5E5E5. Windows color (decimal): -2364189 or 14937307. OLE color: 14937307.

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

Color convert

RGB219236227-
CMYK0.0700.040.07
HSL148.24º30.91%89.22%-
HSV(B)148.24º7.2%92.55%-
XYZ73.0780.684.38-
YUV229.89126.37120.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 227 (89.06% from 255) = 33.28%
R=32.11%
G=34.60%
B=33.28%

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
Decimal2192362270.0700.040.07148.2430.9189.22
HexDBECE37047941f59
Octal333354343704722437131
Binary110110111110110011100011111010011110010100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECE3; }

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

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

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

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

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

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

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

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