#DAD6FD

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

Shades of Quartz #DAD6FD

Tints of Quartz #DAD6FD

Color information

#DAD6FD (or 0xDAD6FD) is unknown color: approx Quartz. HEX triplet: DA, D6 and FD. RGB value is (218,214,253). Sum of RGB (Red+Green+Blue) = 218+214+253=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD6FD is #252902. Grayscale: #DBDBDB. Windows color (decimal): -2435331 or 16635610. OLE color: 16635610.

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

Color convert

RGB218214253-
CMYK0.140.1500.01
HSL246.15º90.7%91.57%-
HSV(B)246.15º15.42%99.22%-
XYZ70.6970.09102.73-
YUV219.64146.83126.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 214 (83.98% from 255) = 31.24%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=31.82%
G=31.24%
B=36.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182142530.140.1500.01246.1590.791.57
HexDAD6FDEF01f65b5c
Octal332326375161701366133134
Binary11011010110101101111110111101111011111011010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6FD; }

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

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

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

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

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

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

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

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