#DCDBEC

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

Shades of Quartz #DCDBEC

Tints of Quartz #DCDBEC

Color information

#DCDBEC (or 0xDCDBEC) is unknown color: approx Quartz. HEX triplet: DC, DB and EC. RGB value is (220,219,236). Sum of RGB (Red+Green+Blue) = 220+219+236=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 219 (85.94% from 255 or 32.44% 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 #DCDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBEC is #232413. Grayscale: #DDDDDD. Windows color (decimal): -2302996 or 15522780. OLE color: 15522780.

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

Color convert

RGB220219236-
CMYK0.070.0700.07
HSL243.53º30.91%89.22%-
HSV(B)243.53º7.2%92.55%-
XYZ69.9971.9389.55-
YUV221.24136.33127.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.59%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=32.59%
G=32.44%
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
Decimal2202192360.070.0700.07243.5330.9189.22
HexDCDBEC7707f41f59
Octal334333354770736437131
Binary110111001101101111101100111111011111110100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBEC; }

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

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

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

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

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

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

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

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