#DCD9F8

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

Shades of Quartz #DCD9F8

Tints of Quartz #DCD9F8

Color information

#DCD9F8 (or 0xDCD9F8) is unknown color: approx Quartz. HEX triplet: DC, D9 and F8. RGB value is (220,217,248). Sum of RGB (Red+Green+Blue) = 220+217+248=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCD9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9F8 is #232607. Grayscale: #DDDDDD. Windows color (decimal): -2303496 or 16308700. OLE color: 16308700.

HSL color Cylindrical-coordinate representation of color #DCD9F8: hue angle of 245.81º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD9F8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220217248-
CMYK0.110.1200.03
HSL245.81º68.89%91.18%-
HSV(B)245.81º12.5%97.25%-
XYZ71.2771.6298.87-
YUV221.43142.99126.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 217 (85.16% from 255) = 31.68%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=32.12%
G=31.68%
B=36.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202172480.110.1200.03245.8168.8991.18
HexDCD9F8BC03f6455b
Octal334331370131403366105133
Binary110111001101100111111000101111000111111011010001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9F8; }

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

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

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

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

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

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

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

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