#DCD2FC

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

Shades of Quartz #DCD2FC

Tints of Quartz #DCD2FC

Color information

#DCD2FC (or 0xDCD2FC) is unknown color: approx Quartz. HEX triplet: DC, D2 and FC. RGB value is (220,210,252). Sum of RGB (Red+Green+Blue) = 220+210+252=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCD2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2FC is #232D03. Grayscale: #D9D9D9. Windows color (decimal): -2305284 or 16569052. OLE color: 16569052.

HSL color Cylindrical-coordinate representation of color #DCD2FC: hue angle of 254.29º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCD2FC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220210252-
CMYK0.130.1700.01
HSL254.29º87.5%90.59%-
HSV(B)254.29º16.67%98.82%-
XYZ70.1368.34101.59-
YUV217.78147.31129.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=32.26%
G=30.79%
B=36.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202102520.130.1700.01254.2987.590.59
HexDCD2FCD1101fe585b
Octal334322374152101376130133
Binary110111001101001011111100110110001011111111010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2FC; }

 p { color: rgb(220,210,252); }

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

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

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

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

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

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

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