#DAD9FF

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

Shades of Quartz #DAD9FF

Tints of Quartz #DAD9FF

Color information

#DAD9FF (or 0xDAD9FF) is unknown color: approx Quartz. HEX triplet: DA, D9 and FF. RGB value is (218,217,255). Sum of RGB (Red+Green+Blue) = 218+217+255=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9FF is #252600. Grayscale: #DDDDDD. Windows color (decimal): -2434561 or 16767450. OLE color: 16767450.

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

Color convert

RGB218217255-
CMYK0.150.1500
HSL241.58º100%92.55%-
HSV(B)241.58º14.9%100%-
XYZ71.7871.75104.67-
YUV221.63146.83125.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 217 (85.16% from 255) = 31.45%
BLUE value IS 255 (100% from 255) = 36.96%
R=31.59%
G=31.45%
B=36.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182172550.150.1500241.5810092.55
HexDAD9FFFF00f2645d
Octal332331377171700362144135
Binary11011010110110011111111111111111001111001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9FF; }

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

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

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

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

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

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

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

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