#DCD8FA

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

Shades of Quartz #DCD8FA

Tints of Quartz #DCD8FA

Color information

#DCD8FA (or 0xDCD8FA) is unknown color: approx Quartz. HEX triplet: DC, D8 and FA. RGB value is (220,216,250). Sum of RGB (Red+Green+Blue) = 220+216+250=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCD8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8FA is #232705. Grayscale: #DCDCDC. Windows color (decimal): -2303750 or 16439516. OLE color: 16439516.

HSL color Cylindrical-coordinate representation of color #DCD8FA: hue angle of 247.06º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD8FA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220216250-
CMYK0.120.1400.02
HSL247.06º77.27%91.37%-
HSV(B)247.06º13.6%98.04%-
XYZ71.3371.23100.43-
YUV221.07144.33127.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 216 (84.77% from 255) = 31.49%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=32.07%
G=31.49%
B=36.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202162500.120.1400.02247.0677.2791.37
HexDCD8FACE02f74d5b
Octal334330372141602367115133
Binary110111001101100011111010110011100101111011110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8FA; }

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

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

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

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

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

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

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

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