#DCDCF2

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

Shades of Quartz #DCDCF2

Tints of Quartz #DCDCF2

Color information

#DCDCF2 (or 0xDCDCF2) is unknown color: approx Quartz. HEX triplet: DC, DC and F2. RGB value is (220,220,242). Sum of RGB (Red+Green+Blue) = 220+220+242=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCF2 is #23230D. Grayscale: #DEDEDE. Windows color (decimal): -2302734 or 15916252. OLE color: 15916252.

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

Color convert

RGB220220242-
CMYK0.090.0900.05
HSL240º45.83%90.59%-
HSV(B)240º9.09%94.9%-
XYZ71.1472.8194.31-
YUV222.51139126.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 242 (94.92% from 255) = 35.48%
R=32.26%
G=32.26%
B=35.48%

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
Decimal2202202420.090.0900.0524045.8390.59
HexDCDCF29905f02e5b
Octal33433436211110536056133
Binary110111001101110011110010100110010101111100001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCF2; }

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

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

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

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

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

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

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

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