#DBDCEC

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

Shades of Quartz #DBDCEC

Tints of Quartz #DBDCEC

Color information

#DBDCEC (or 0xDBDCEC) is unknown color: approx Quartz. HEX triplet: DB, DC and EC. RGB value is (219,220,236). Sum of RGB (Red+Green+Blue) = 219+220+236=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCEC is #242313. Grayscale: #DDDDDD. Windows color (decimal): -2368276 or 15523035. OLE color: 15523035.

HSL color Cylindrical-coordinate representation of color #DBDCEC: hue angle of 236.47º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDCEC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219220236-
CMYK0.070.0700.07
HSL236.47º30.91%89.22%-
HSV(B)236.47º7.2%92.55%-
XYZ69.9572.389.63-
YUV221.52136.17126.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.44%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=32.44%
G=32.59%
B=34.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192202360.070.0700.07236.4730.9189.22
HexDBDCEC7707ec1f59
Octal333334354770735437131
Binary110110111101110011101100111111011111101100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCEC; }

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

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

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

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

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

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

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

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