#DCDDE8

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

Shades of Quartz #DCDDE8

Tints of Quartz #DCDDE8

Color information

#DCDDE8 (or 0xDCDDE8) is unknown color: approx Quartz. HEX triplet: DC, DD and E8. RGB value is (220,221,232). Sum of RGB (Red+Green+Blue) = 220+221+232=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDE8 is #232217. Grayscale: #DDDDDD. Windows color (decimal): -2302488 or 15261148. OLE color: 15261148.

HSL color Cylindrical-coordinate representation of color #DCDDE8: hue angle of 235º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDDE8 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220221232-
CMYK0.050.0500.09
HSL235º20.69%88.63%-
HSV(B)235º5.17%90.98%-
XYZ69.9472.7586.7-
YUV221.96133.67126.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=32.69%
G=32.84%
B=34.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202212320.050.0500.0923520.6988.63
HexDCDDE85509eb1559
Octal3343353505501135325131
Binary1101110011011101111010001011010100111101011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDE8; }

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

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

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

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

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

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

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

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