#DCDDE6

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

Shades of Quartz #DCDDE6

Tints of Quartz #DCDDE6

Color information

#DCDDE6 (or 0xDCDDE6) is unknown color: approx Quartz. HEX triplet: DC, DD and E6. RGB value is (220,221,230). Sum of RGB (Red+Green+Blue) = 220+221+230=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDE6 is #232219. Grayscale: #DDDDDD. Windows color (decimal): -2302490 or 15130076. OLE color: 15130076.

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

Color convert

RGB220221230-
CMYK0.040.0400.10
HSL234º16.67%88.24%-
HSV(B)234º4.35%90.2%-
XYZ69.6572.6485.21-
YUV221.73132.67126.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 230 (90.23% from 255) = 34.28%
R=32.79%
G=32.94%
B=34.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202212300.040.0400.1023416.6788.24
HexDCDDE6440Aea1158
Octal3343353464401235221130
Binary1101110011011101111001101001000101011101010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDE6; }

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

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

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

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

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

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

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

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