#DCDCF5

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

Shades of Quartz #DCDCF5

Tints of Quartz #DCDCF5

Color information

#DCDCF5 (or 0xDCDCF5) is unknown color: approx Quartz. HEX triplet: DC, DC and F5. RGB value is (220,220,245). Sum of RGB (Red+Green+Blue) = 220+220+245=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCF5 is #23230A. Grayscale: #DEDEDE. Windows color (decimal): -2302731 or 16112860. OLE color: 16112860.

HSL color Cylindrical-coordinate representation of color #DCDCF5: hue angle of 240º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDCF5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220220245-
CMYK0.100.1000.04
HSL240º55.56%91.18%-
HSV(B)240º10.2%96.08%-
XYZ71.5972.9996.7-
YUV222.85140.5125.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 245 (96.09% from 255) = 35.77%
R=32.12%
G=32.12%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202202450.100.1000.0424055.5691.18
HexDCDCF5AA04f0385b
Octal33433436512120436070133
Binary110111001101110011110101101010100100111100001110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCF5; }

 p { color: rgb(220,220,245); }

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

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

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

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

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

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

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