#DBDBE4

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

Shades of Quartz #DBDBE4

Tints of Quartz #DBDBE4

Color information

#DBDBE4 (or 0xDBDBE4) is unknown color: approx Quartz. HEX triplet: DB, DB and E4. RGB value is (219,219,228). Sum of RGB (Red+Green+Blue) = 219+219+228=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBE4 is #24241B. Grayscale: #DBDBDB. Windows color (decimal): -2368540 or 14998491. OLE color: 14998491.

HSL color Cylindrical-coordinate representation of color #DBDBE4: hue angle of 240º 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 #DBDBE4 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219219228-
CMYK0.040.0400.11
HSL240º14.29%87.65%-
HSV(B)240º3.95%89.41%-
XYZ68.5571.3283.55-
YUV220.03132.5127.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.88%
GREEN value IS 219 (85.94% from 255) = 32.88%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=32.88%
G=32.88%
B=34.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192192280.040.0400.1124014.2987.65
HexDBDBE4440Bf0e58
Octal3333333444401336016130
Binary110110111101101111100100100100010111111000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBE4; }

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

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

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

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

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

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

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

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