#DCD9EA

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

Shades of Quartz #DCD9EA

Tints of Quartz #DCD9EA

Color information

#DCD9EA (or 0xDCD9EA) is unknown color: approx Quartz. HEX triplet: DC, D9 and EA. RGB value is (220,217,234). Sum of RGB (Red+Green+Blue) = 220+217+234=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9EA is #232615. Grayscale: #DBDBDB. Windows color (decimal): -2303510 or 15391196. OLE color: 15391196.

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

Color convert

RGB220217234-
CMYK0.060.0700.08
HSL250.59º28.81%88.43%-
HSV(B)250.59º7.26%91.76%-
XYZ69.1870.7887.86-
YUV219.83135.99128.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 217 (85.16% from 255) = 32.34%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=32.79%
G=32.34%
B=34.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202172340.060.0700.08250.5928.8188.43
HexDCD9EA6708fb1d58
Octal3343313526701037335130
Binary1101110011011001111010101101110100011111011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9EA; }

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

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

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

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

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

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

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

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