#DCD2FD

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

Shades of Quartz #DCD2FD

Tints of Quartz #DCD2FD

Color information

#DCD2FD (or 0xDCD2FD) is unknown color: approx Quartz. HEX triplet: DC, D2 and FD. RGB value is (220,210,253). Sum of RGB (Red+Green+Blue) = 220+210+253=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2FD is #232D02. Grayscale: #D9D9D9. Windows color (decimal): -2305283 or 16634588. OLE color: 16634588.

HSL color Cylindrical-coordinate representation of color #DCD2FD: hue angle of 253.95º degrees, saturation: 0.91, 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 #DCD2FD is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220210253-
CMYK0.130.1700.01
HSL253.95º91.49%90.78%-
HSV(B)253.95º17%99.22%-
XYZ70.2968.4102.43-
YUV217.89147.81129.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 210 (82.42% from 255) = 30.75%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=32.21%
G=30.75%
B=37.04%

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
Decimal2202102530.130.1700.01253.9591.4990.78
HexDCD2FDD1101fe5b5b
Octal334322375152101376133133
Binary110111001101001011111101110110001011111111010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2FD; }

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

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

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

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

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

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

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

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