#DCD7F1

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

Shades of Quartz #DCD7F1

Tints of Quartz #DCD7F1

Color information

#DCD7F1 (or 0xDCD7F1) is unknown color: approx Quartz. HEX triplet: DC, D7 and F1. RGB value is (220,215,241). Sum of RGB (Red+Green+Blue) = 220+215+241=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCD7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7F1 is #23280E. Grayscale: #DBDBDB. Windows color (decimal): -2304015 or 15849436. OLE color: 15849436.

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

Color convert

RGB220215241-
CMYK0.090.1100.05
HSL251.54º48.15%89.41%-
HSV(B)251.54º10.79%94.51%-
XYZ69.6970.1793.09-
YUV219.46140.16128.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 215 (84.38% from 255) = 31.80%
BLUE value IS 241 (94.53% from 255) = 35.65%
R=32.54%
G=31.80%
B=35.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202152410.090.1100.05251.5448.1589.41
HexDCD7F19B05fc3059
Octal33432736111130537460131
Binary110111001101011111110001100110110101111111001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7F1; }

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

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

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

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

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

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

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

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