#DBE9EA

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

Shades of Zircon #DBE9EA

Tints of Zircon #DBE9EA

Color information

#DBE9EA (or 0xDBE9EA) is unknown color: approx Zircon. HEX triplet: DB, E9 and EA. RGB value is (219,233,234). Sum of RGB (Red+Green+Blue) = 219+233+234=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 233 (91.41% from 255 or 33.97% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9EA is #241615. Grayscale: #E4E4E4. Windows color (decimal): -2364950 or 15395291. OLE color: 15395291.

HSL color Cylindrical-coordinate representation of color #DBE9EA: hue angle of 184º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE9EA is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219233234-
CMYK0.060.0000.08
HSL184º26.32%88.82%-
HSV(B)184º6.41%91.76%-
XYZ73.279.2889.29-
YUV228.93130.86120.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 233 (91.41% from 255) = 33.97%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=31.92%
G=33.97%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192332340.060.0000.0818426.3288.82
HexDBE9EA6008b81a59
Octal3333513526001027032131
Binary11011011111010011110101011000100010111000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9EA; }

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

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

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

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

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

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

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

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