#DAD5FF

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

Shades of Quartz #DAD5FF

Tints of Quartz #DAD5FF

Color information

#DAD5FF (or 0xDAD5FF) is unknown color: approx Quartz. HEX triplet: DA, D5 and FF. RGB value is (218,213,255). Sum of RGB (Red+Green+Blue) = 218+213+255=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5FF is #252A00. Grayscale: #DBDBDB. Windows color (decimal): -2435585 or 16766426. OLE color: 16766426.

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

Color convert

RGB218213255-
CMYK0.150.1600
HSL247.14º100%91.76%-
HSV(B)247.14º16.47%100%-
XYZ70.7669.71104.33-
YUV219.28148.16127.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 213 (83.59% from 255) = 31.05%
BLUE value IS 255 (100% from 255) = 37.17%
R=31.78%
G=31.05%
B=37.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182132550.150.1600247.1410091.76
HexDAD5FFF1000f7645c
Octal332325377172000367144134
Binary110110101101010111111111111110000001111011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5FF; }

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

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

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

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

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

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

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

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