#DCD9FF

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

Shades of Quartz #DCD9FF

Tints of Quartz #DCD9FF

Color information

#DCD9FF (or 0xDCD9FF) is unknown color: approx Quartz. HEX triplet: DC, D9 and FF. RGB value is (220,217,255). Sum of RGB (Red+Green+Blue) = 220+217+255=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9FF is #232600. Grayscale: #DEDEDE. Windows color (decimal): -2303489 or 16767452. OLE color: 16767452.

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

Color convert

RGB220217255-
CMYK0.140.1500
HSL244.74º100%92.55%-
HSV(B)244.74º14.9%100%-
XYZ72.3872.06104.7-
YUV222.23146.49126.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.79%
GREEN value IS 217 (85.16% from 255) = 31.36%
BLUE value IS 255 (100% from 255) = 36.85%
R=31.79%
G=31.36%
B=36.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202172550.140.1500244.7410092.55
HexDCD9FFEF00f5645d
Octal334331377161700365144135
Binary11011100110110011111111111101111001111010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9FF; }

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

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

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

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

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

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

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

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