#DAD3FA

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

Shades of Quartz #DAD3FA

Tints of Quartz #DAD3FA

Color information

#DAD3FA (or 0xDAD3FA) is unknown color: approx Quartz. HEX triplet: DA, D3 and FA. RGB value is (218,211,250). Sum of RGB (Red+Green+Blue) = 218+211+250=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAD3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3FA is #252C05. Grayscale: #D9D9D9. Windows color (decimal): -2436102 or 16438234. OLE color: 16438234.

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

Color convert

RGB218211250-
CMYK0.130.1600.02
HSL250.77º79.59%90.39%-
HSV(B)250.77º15.6%98.04%-
XYZ69.4668.499.98-
YUV217.54146.32128.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 211 (82.81% from 255) = 31.08%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=32.11%
G=31.08%
B=36.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182112500.130.1600.02250.7779.5990.39
HexDAD3FAD1002fb505a
Octal332323372152002373120132
Binary1101101011010011111110101101100000101111101110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3FA; }

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

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

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

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

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

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

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

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