#DCDDEA

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

Shades of Quartz #DCDDEA

Tints of Quartz #DCDDEA

Color information

#DCDDEA (or 0xDCDDEA) is unknown color: approx Quartz. HEX triplet: DC, DD and EA. RGB value is (220,221,234). Sum of RGB (Red+Green+Blue) = 220+221+234=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCDDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDEA is #232215. Grayscale: #DEDEDE. Windows color (decimal): -2302486 or 15392220. OLE color: 15392220.

HSL color Cylindrical-coordinate representation of color #DCDDEA: hue angle of 235.71º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDDEA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220221234-
CMYK0.060.0600.08
HSL235.71º25%89.02%-
HSV(B)235.71º5.98%91.76%-
XYZ70.2272.8788.21-
YUV222.18134.67126.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.59%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=32.59%
G=32.74%
B=34.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202212340.060.0600.08235.712589.02
HexDCDDEA6608ec1959
Octal3343353526601035431131
Binary1101110011011101111010101101100100011101100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDEA; }

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

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

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

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

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

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

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

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