#DAD2FA

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

Shades of Quartz #DAD2FA

Tints of Quartz #DAD2FA

Color information

#DAD2FA (or 0xDAD2FA) is unknown color: approx Quartz. HEX triplet: DA, D2 and FA. RGB value is (218,210,250). Sum of RGB (Red+Green+Blue) = 218+210+250=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2FA is #252D05. Grayscale: #D8D8D8. Windows color (decimal): -2436358 or 16437978. OLE color: 16437978.

HSL color Cylindrical-coordinate representation of color #DAD2FA: hue angle of 252º 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 #DAD2FA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218210250-
CMYK0.130.1600.02
HSL252º80%90.2%-
HSV(B)252º16%98.04%-
XYZ69.2267.999.9-
YUV216.95146.65128.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.15%
GREEN value IS 210 (82.42% from 255) = 30.97%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=32.15%
G=30.97%
B=36.87%

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
Decimal2182102500.130.1600.022528090.2
HexDAD2FAD1002fc505a
Octal332322372152002374120132
Binary1101101011010010111110101101100000101111110010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2FA; }

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

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

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

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

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

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

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

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