#DAD0FA

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

Shades of Quartz #DAD0FA

Tints of Quartz #DAD0FA

Color information

#DAD0FA (or 0xDAD0FA) is unknown color: approx Quartz. HEX triplet: DA, D0 and FA. RGB value is (218,208,250). Sum of RGB (Red+Green+Blue) = 218+208+250=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAD0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0FA is #252F05. Grayscale: #D7D7D7. Windows color (decimal): -2436870 or 16437466. OLE color: 16437466.

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

Color convert

RGB218208250-
CMYK0.130.1700.02
HSL254.29º80.77%89.8%-
HSV(B)254.29º16.8%98.04%-
XYZ68.7266.9299.74-
YUV215.78147.31129.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 208 (81.64% from 255) = 30.77%
BLUE value IS 250 (98.05% from 255) = 36.98%
R=32.25%
G=30.77%
B=36.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182082500.130.1700.02254.2980.7789.8
HexDAD0FAD1102fe515a
Octal332320372152102376121132
Binary1101101011010000111110101101100010101111111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0FA; }

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

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

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

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

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

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

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

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