#DCD4FE

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

Shades of Quartz #DCD4FE

Tints of Quartz #DCD4FE

Color information

#DCD4FE (or 0xDCD4FE) is unknown color: approx Quartz. HEX triplet: DC, D4 and FE. RGB value is (220,212,254). Sum of RGB (Red+Green+Blue) = 220+212+254=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCD4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD4FE is #232B01. Grayscale: #DBDBDB. Windows color (decimal): -2304770 or 16700636. OLE color: 16700636.

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

Color convert

RGB220212254-
CMYK0.130.1700.00
HSL251.43º95.45%91.37%-
HSV(B)251.43º16.54%99.61%-
XYZ70.9569.46103.43-
YUV219.18147.65128.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 212 (83.20% from 255) = 30.90%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=32.07%
G=30.90%
B=37.03%

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
Decimal2202122540.130.1700.00251.4395.4591.37
HexDCD4FED1100fb5f5b
Octal334324376152100373137133
Binary110111001101010011111110110110001001111101110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4FE; }

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

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

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

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

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

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

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

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