#DCDCF3

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

Shades of Quartz #DCDCF3

Tints of Quartz #DCDCF3

Color information

#DCDCF3 (or 0xDCDCF3) is unknown color: approx Quartz. HEX triplet: DC, DC and F3. RGB value is (220,220,243). Sum of RGB (Red+Green+Blue) = 220+220+243=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCF3 is #23230C. Grayscale: #DEDEDE. Windows color (decimal): -2302733 or 15981788. OLE color: 15981788.

HSL color Cylindrical-coordinate representation of color #DCDCF3: hue angle of 240º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCDCF3 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220220243-
CMYK0.090.0900.05
HSL240º48.94%90.78%-
HSV(B)240º9.47%95.29%-
XYZ71.2972.8795.1-
YUV222.62139.5126.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=32.21%
G=32.21%
B=35.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202202430.090.0900.0524048.9490.78
HexDCDCF39905f0315b
Octal33433436311110536061133
Binary110111001101110011110011100110010101111100001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCF3; }

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

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

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

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

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

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

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

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