#DCDDED

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

Shades of Quartz #DCDDED

Tints of Quartz #DCDDED

Color information

#DCDDED (or 0xDCDDED) is unknown color: approx Quartz. HEX triplet: DC, DD and ED. RGB value is (220,221,237). Sum of RGB (Red+Green+Blue) = 220+221+237=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDED is #232212. Grayscale: #DEDEDE. Windows color (decimal): -2302483 or 15588828. OLE color: 15588828.

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

Color convert

RGB220221237-
CMYK0.070.0700.07
HSL236.47º32.08%89.61%-
HSV(B)236.47º7.17%92.94%-
XYZ70.6673.0490.5-
YUV222.52136.17126.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=32.45%
G=32.60%
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
Decimal2202212370.070.0700.07236.4732.0889.61
HexDCDDED7707ec205a
Octal334335355770735440132
Binary1101110011011101111011011111110111111011001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDED; }

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

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

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

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

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

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

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

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