#DCDCF1

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

Shades of Quartz #DCDCF1

Tints of Quartz #DCDCF1

Color information

#DCDCF1 (or 0xDCDCF1) is unknown color: approx Quartz. HEX triplet: DC, DC and F1. RGB value is (220,220,241). Sum of RGB (Red+Green+Blue) = 220+220+241=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCF1 is #23230E. Grayscale: #DEDEDE. Windows color (decimal): -2302735 or 15850716. OLE color: 15850716.

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

Color convert

RGB220220241-
CMYK0.090.0900.05
HSL240º42.86%90.39%-
HSV(B)240º8.71%94.51%-
XYZ70.9972.7593.52-
YUV222.39138.5126.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=32.31%
G=32.31%
B=35.39%

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
Decimal2202202410.090.0900.0524042.8690.39
HexDCDCF19905f02b5a
Octal33433436111110536053132
Binary110111001101110011110001100110010101111100001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCF1; }

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

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

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

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

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

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

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

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