#DCDDF1

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

Shades of Quartz #DCDDF1

Tints of Quartz #DCDDF1

Color information

#DCDDF1 (or 0xDCDDF1) is unknown color: approx Quartz. HEX triplet: DC, DD and F1. RGB value is (220,221,241). Sum of RGB (Red+Green+Blue) = 220+221+241=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDF1 is #23220E. Grayscale: #DEDEDE. Windows color (decimal): -2302479 or 15850972. OLE color: 15850972.

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

Color convert

RGB220221241-
CMYK0.090.0800.05
HSL237.14º42.86%90.39%-
HSV(B)237.14º8.71%94.51%-
XYZ71.2573.2893.61-
YUV222.98138.17125.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 221 (86.72% from 255) = 32.40%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=32.26%
G=32.40%
B=35.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202212410.090.0800.05237.1442.8690.39
HexDCDDF19805ed2b5a
Octal33433536111100535553132
Binary110111001101110111110001100110000101111011011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDF1; }

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

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

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

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

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

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

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

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