#DCDAFA

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

Shades of Quartz #DCDAFA

Tints of Quartz #DCDAFA

Color information

#DCDAFA (or 0xDCDAFA) is unknown color: approx Quartz. HEX triplet: DC, DA and FA. RGB value is (220,218,250). Sum of RGB (Red+Green+Blue) = 220+218+250=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAFA is #232505. Grayscale: #DEDEDE. Windows color (decimal): -2303238 or 16440028. OLE color: 16440028.

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

Color convert

RGB220218250-
CMYK0.120.1300.02
HSL243.75º76.19%91.76%-
HSV(B)243.75º12.8%98.04%-
XYZ71.8472.26100.6-
YUV222.25143.66126.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=31.98%
G=31.69%
B=36.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202182500.120.1300.02243.7576.1991.76
HexDCDAFACD02f44c5c
Octal334332372141502364114134
Binary110111001101101011111010110011010101111010010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAFA; }

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

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

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

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

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

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

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

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