#DBE3E4

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

Shades of Zircon #DBE3E4

Tints of Zircon #DBE3E4

Color information

#DBE3E4 (or 0xDBE3E4) is unknown color: approx Zircon. HEX triplet: DB, E3 and E4. RGB value is (219,227,228). Sum of RGB (Red+Green+Blue) = 219+227+228=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBE3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3E4 is #241C1B. Grayscale: #E0E0E0. Windows color (decimal): -2366492 or 15000539. OLE color: 15000539.

HSL color Cylindrical-coordinate representation of color #DBE3E4: hue angle of 186.67º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE3E4 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219227228-
CMYK0.040.0000.11
HSL186.67º14.29%87.65%-
HSV(B)186.67º3.95%89.41%-
XYZ70.6975.684.27-
YUV224.72129.85123.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.49%
GREEN value IS 227 (89.06% from 255) = 33.68%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=32.49%
G=33.68%
B=33.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192272280.040.0000.11186.6714.2987.65
HexDBE3E4400Bbbe58
Octal3333433444001327316130
Binary1101101111100011111001001000010111011101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3E4; }

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

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

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

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

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

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

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

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