#DCD8F0

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

Shades of Quartz #DCD8F0

Tints of Quartz #DCD8F0

Color information

#DCD8F0 (or 0xDCD8F0) is unknown color: approx Quartz. HEX triplet: DC, D8 and F0. RGB value is (220,216,240). Sum of RGB (Red+Green+Blue) = 220+216+240=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCD8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8F0 is #23270F. Grayscale: #DBDBDB. Windows color (decimal): -2303760 or 15784156. OLE color: 15784156.

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

Color convert

RGB220216240-
CMYK0.080.100.06
HSL250º44.44%89.41%-
HSV(B)250º10%94.12%-
XYZ69.870.6292.39-
YUV219.93139.33128.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 216 (84.77% from 255) = 31.95%
BLUE value IS 240 (94.14% from 255) = 35.50%
R=32.54%
G=31.95%
B=35.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202162400.080.100.0625044.4489.41
HexDCD8F08A06fa2c59
Octal33433036010120637254131
Binary110111001101100011110000100010100110111110101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8F0; }

 p { color: rgb(220,216,240); }

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

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

 a { background-color: rgb(220,216,240); }

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

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

 span { border-color: rgb(220,216,240); }

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