#DCD2FE

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

Shades of Quartz #DCD2FE

Tints of Quartz #DCD2FE

Color information

#DCD2FE (or 0xDCD2FE) is unknown color: approx Quartz. HEX triplet: DC, D2 and FE. RGB value is (220,210,254). Sum of RGB (Red+Green+Blue) = 220+210+254=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2FE is #232D01. Grayscale: #D9D9D9. Windows color (decimal): -2305282 or 16700124. OLE color: 16700124.

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

Color convert

RGB220210254-
CMYK0.130.1700.00
HSL253.64º95.65%90.98%-
HSV(B)253.64º17.32%99.61%-
XYZ70.4568.46103.27-
YUV218.01148.31129.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 210 (82.42% from 255) = 30.70%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=32.16%
G=30.70%
B=37.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202102540.130.1700.00253.6495.6590.98
HexDCD2FED1100fe605b
Octal334322376152100376140133
Binary110111001101001011111110110110001001111111011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2FE; }

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

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

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

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

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

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

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

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