#DAD6FF

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

Shades of Quartz #DAD6FF

Tints of Quartz #DAD6FF

Color information

#DAD6FF (or 0xDAD6FF) is unknown color: approx Quartz. HEX triplet: DA, D6 and FF. RGB value is (218,214,255). Sum of RGB (Red+Green+Blue) = 218+214+255=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD6FF is #252900. Grayscale: #DBDBDB. Windows color (decimal): -2435329 or 16766682. OLE color: 16766682.

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

Color convert

RGB218214255-
CMYK0.150.1600
HSL245.85º100%91.96%-
HSV(B)245.85º16.08%100%-
XYZ71.0170.22104.42-
YUV219.87147.83126.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 214 (83.98% from 255) = 31.15%
BLUE value IS 255 (100% from 255) = 37.12%
R=31.73%
G=31.15%
B=37.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182142550.150.1600245.8510091.96
HexDAD6FFF1000f6645c
Octal332326377172000366144134
Binary110110101101011011111111111110000001111011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6FF; }

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

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

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

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

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

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

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

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