Html Css Color HEX #DBE5E7 Zircon

📋 copy color: '#DBE5E7'

red 219 ◦ green 229 ◦ blue 231

#DBE5E7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zircon #DBE5E7

Tints of Zircon #DBE5E7

RGB

 RED value IS 219 (85.94% from 255) = 32.25%

 GREEN value IS 229 (89.84% from 255) = 33.73%

 BLUE value IS 231 (90.63% from 255) = 34.02%

R = 32.25%
G = 33.73%
B = 34.02%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBE5E7 (or 0xDBE5E7) is known color: Zircon. HEX triplet: DB, E5 and E7. RGB value is (219,229,231). Sum of RGB (Red+Green+Blue) = 219+229+231=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBE5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5E7 is #241A18. Grayscale: #E2E2E2. Windows color (decimal): -2365977 or 15197659. OLE color: 15197659.

HSL color Cylindrical-coordinate representation of color #DBE5E7: hue angle of 190º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBE5E7 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 229 231 -
CMYK 0.05 0.01 0 0.09
HSL 190º 0.2% 0.88% -
HSV(B) 190º 0.05% 0.91% -
XYZ 71.66 76.87 86.66 -
YUV 226.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 219 229 231 0.05 0.01 0 0.09 190 0.2 0.88
Hex DB E5 E7 5 1 0 9 BE 14 58
Octal 333 345 347 5 1 0 11 276 24 130
Binary 11011011 11100101 11100111 101 1 0 1001 10111110 10100 1011000

Color Harmonies of #DBE5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5E7

Black with #DBE5E7

Text Example


Text Example

White with #DBE5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5E7; }

 p { color: rgb(219,229,231); }

 H1.HeaderClassName
 {
   color: #DBE5E7;
 }
 .AnyTagClassName
 {
   color: #DBE5E7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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