#DCDCF8

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

Shades of Quartz #DCDCF8

Tints of Quartz #DCDCF8

Color information

#DCDCF8 (or 0xDCDCF8) is unknown color: approx Quartz. HEX triplet: DC, DC and F8. RGB value is (220,220,248). Sum of RGB (Red+Green+Blue) = 220+220+248=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCDCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCF8 is #232307. Grayscale: #DFDFDF. Windows color (decimal): -2302728 or 16309468. OLE color: 16309468.

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

Color convert

RGB220220248-
CMYK0.110.1100.03
HSL240º66.67%91.76%-
HSV(B)240º11.29%97.25%-
XYZ72.0573.1899.13-
YUV223.19142125.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=31.98%
G=31.98%
B=36.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202202480.110.1100.0324066.6791.76
HexDCDCF8BB03f0435c
Octal334334370131303360103134
Binary110111001101110011111000101110110111111000010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCF8; }

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

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

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

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

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

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

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

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