#DCDCF4

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

Shades of Quartz #DCDCF4

Tints of Quartz #DCDCF4

Color information

#DCDCF4 (or 0xDCDCF4) is unknown color: approx Quartz. HEX triplet: DC, DC and F4. RGB value is (220,220,244). Sum of RGB (Red+Green+Blue) = 220+220+244=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCDCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCF4 is #23230B. Grayscale: #DEDEDE. Windows color (decimal): -2302732 or 16047324. OLE color: 16047324.

HSL color Cylindrical-coordinate representation of color #DCDCF4: hue angle of 240º degrees, saturation: 0.52, 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 #DCDCF4 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220220244-
CMYK0.100.1000.04
HSL240º52.17%90.98%-
HSV(B)240º9.84%95.69%-
XYZ71.4472.9395.9-
YUV222.74140126.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=32.16%
G=32.16%
B=35.67%

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
Decimal2202202440.100.1000.0424052.1790.98
HexDCDCF4AA04f0345b
Octal33433436412120436064133
Binary110111001101110011110100101010100100111100001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCF4; }

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

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

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

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

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

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

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

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