#DCDBE6

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

Shades of Quartz #DCDBE6

Tints of Quartz #DCDBE6

Color information

#DCDBE6 (or 0xDCDBE6) is unknown color: approx Quartz. HEX triplet: DC, DB and E6. RGB value is (220,219,230). Sum of RGB (Red+Green+Blue) = 220+219+230=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBE6 is #232419. Grayscale: #DCDCDC. Windows color (decimal): -2303002 or 15129564. OLE color: 15129564.

HSL color Cylindrical-coordinate representation of color #DCDBE6: hue angle of 245.45º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDBE6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220219230-
CMYK0.040.0500.10
HSL245.45º18.03%88.04%-
HSV(B)245.45º4.78%90.2%-
XYZ69.1371.5985.04-
YUV220.55133.33127.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.88%
GREEN value IS 219 (85.94% from 255) = 32.74%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=32.88%
G=32.74%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202192300.040.0500.10245.4518.0388.04
HexDCDBE6450Af51258
Octal3343333464501236522130
Binary1101110011011011111001101001010101011110101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBE6; }

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

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

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

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

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

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

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

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