#DBDCEA

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

Shades of Quartz #DBDCEA

Tints of Quartz #DBDCEA

Color information

#DBDCEA (or 0xDBDCEA) is unknown color: approx Quartz. HEX triplet: DB, DC and EA. RGB value is (219,220,234). Sum of RGB (Red+Green+Blue) = 219+220+234=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCEA is #242315. Grayscale: #DDDDDD. Windows color (decimal): -2368278 or 15391963. OLE color: 15391963.

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

Color convert

RGB219220234-
CMYK0.060.0600.08
HSL236º26.32%88.82%-
HSV(B)236º6.41%91.76%-
XYZ69.6672.1988.1-
YUV221.3135.17126.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.54%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=32.54%
G=32.69%
B=34.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192202340.060.0600.0823626.3288.82
HexDBDCEA6608ec1a59
Octal3333343526601035432131
Binary1101101111011100111010101101100100011101100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCEA; }

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

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

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

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

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

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

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

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