#DBFBEC

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

Shades of White Ice #DBFBEC

Tints of White Ice #DBFBEC

Color information

#DBFBEC (or 0xDBFBEC) is unknown color: approx White Ice. HEX triplet: DB, FB and EC. RGB value is (219,251,236). Sum of RGB (Red+Green+Blue) = 219+251+236=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBEC is #240413. Grayscale: #EFEFEF. Windows color (decimal): -2360340 or 15530971. OLE color: 15530971.

HSL color Cylindrical-coordinate representation of color #DBFBEC: hue angle of 151.88º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBEC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB219251236-
CMYK0.1300.060.02
HSL151.88º80%92.16%-
HSV(B)151.88º12.75%98.43%-
XYZ78.8590.1192.59-
YUV239.72125.9113.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.02%
GREEN value IS 251 (98.44% from 255) = 35.55%
BLUE value IS 236 (92.58% from 255) = 33.43%
R=31.02%
G=35.55%
B=33.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192512360.1300.060.02151.888092.16
HexDBFBECD06298505c
Octal33337335415062230120134
Binary11011011111110111110110011010110101001100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBEC; }

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

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

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

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

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

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

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

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