#DCD8F1

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

Shades of Quartz #DCD8F1

Tints of Quartz #DCD8F1

Color information

#DCD8F1 (or 0xDCD8F1) is unknown color: approx Quartz. HEX triplet: DC, D8 and F1. RGB value is (220,216,241). Sum of RGB (Red+Green+Blue) = 220+216+241=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8F1 is #23270E. Grayscale: #DBDBDB. Windows color (decimal): -2303759 or 15849692. OLE color: 15849692.

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

Color convert

RGB220216241-
CMYK0.090.1000.05
HSL249.6º47.17%89.61%-
HSV(B)249.6º10.37%94.51%-
XYZ69.9570.6893.17-
YUV220.05139.83127.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 216 (84.77% from 255) = 31.91%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=32.50%
G=31.91%
B=35.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202162410.090.1000.05249.647.1789.61
HexDCD8F19A05fa2f5a
Octal33433036111120537257132
Binary110111001101100011110001100110100101111110101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8F1; }

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

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

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

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

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

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

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

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