#DAD3FF

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

Shades of Quartz #DAD3FF

Tints of Quartz #DAD3FF

Color information

#DAD3FF (or 0xDAD3FF) is unknown color: approx Quartz. HEX triplet: DA, D3 and FF. RGB value is (218,211,255). Sum of RGB (Red+Green+Blue) = 218+211+255=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAD3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3FF is #252C00. Grayscale: #D9D9D9. Windows color (decimal): -2436097 or 16765914. OLE color: 16765914.

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

Color convert

RGB218211255-
CMYK0.150.1700
HSL249.55º100%91.37%-
HSV(B)249.55º17.25%100%-
XYZ70.2668.71104.17-
YUV218.11148.82127.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 211 (82.81% from 255) = 30.85%
BLUE value IS 255 (100% from 255) = 37.28%
R=31.87%
G=30.85%
B=37.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182112550.150.1700249.5510091.37
HexDAD3FFF1100fa645b
Octal332323377172100372144133
Binary110110101101001111111111111110001001111101011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3FF; }

 p { color: rgb(218,211,255); }

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

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

 a { background-color: rgb(218,211,255); }

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

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

 span { border-color: rgb(218,211,255); }

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