#DCD9EE

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

Shades of Quartz #DCD9EE

Tints of Quartz #DCD9EE

Color information

#DCD9EE (or 0xDCD9EE) is unknown color: approx Quartz. HEX triplet: DC, D9 and EE. RGB value is (220,217,238). Sum of RGB (Red+Green+Blue) = 220+217+238=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9EE is #232611. Grayscale: #DCDCDC. Windows color (decimal): -2303506 or 15653340. OLE color: 15653340.

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

Color convert

RGB220217238-
CMYK0.080.0900.07
HSL248.57º38.18%89.22%-
HSV(B)248.57º8.82%93.33%-
XYZ69.7671.0190.92-
YUV220.29137.99127.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.59%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=32.59%
G=32.15%
B=35.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202172380.080.0900.07248.5738.1889.22
HexDCD9EE8907f92659
Octal33433135610110737146131
Binary110111001101100111101110100010010111111110011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9EE; }

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

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

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

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

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

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

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

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