#DBE9E9

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

Shades of Zircon #DBE9E9

Tints of Zircon #DBE9E9

Color information

#DBE9E9 (or 0xDBE9E9) is unknown color: approx Zircon. HEX triplet: DB, E9 and E9. RGB value is (219,233,233). Sum of RGB (Red+Green+Blue) = 219+233+233=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 233 - color contains mainly: green, blue. Hex color #DBE9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9E9 is #241616. Grayscale: #E4E4E4. Windows color (decimal): -2364951 or 15329755. OLE color: 15329755.

HSL color Cylindrical-coordinate representation of color #DBE9E9: hue angle of 180º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE9E9 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219233233-
CMYK0.06000.09
HSL180º24.14%88.63%-
HSV(B)180º6.01%91.37%-
XYZ73.0679.2288.53-
YUV228.81130.36121-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 233 (91.41% from 255) = 34.01%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=31.97%
G=34.01%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192332330.06000.0918024.1488.63
HexDBE9E96009b41859
Octal3333513516001126430131
Binary11011011111010011110100111000100110110100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9E9; }

 p { color: rgb(219,233,233); }

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

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

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

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

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

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

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