#DAD7FD

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

Shades of Quartz #DAD7FD

Tints of Quartz #DAD7FD

Color information

#DAD7FD (or 0xDAD7FD) is unknown color: approx Quartz. HEX triplet: DA, D7 and FD. RGB value is (218,215,253). Sum of RGB (Red+Green+Blue) = 218+215+253=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7FD is #252802. Grayscale: #DCDCDC. Windows color (decimal): -2435075 or 16635866. OLE color: 16635866.

HSL color Cylindrical-coordinate representation of color #DAD7FD: hue angle of 244.74º degrees, saturation: 0.9, 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 #DAD7FD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218215253-
CMYK0.140.1500.01
HSL244.74º90.48%91.76%-
HSV(B)244.74º15.02%99.22%-
XYZ70.9470.6102.82-
YUV220.23146.49126.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 215 (84.38% from 255) = 31.34%
BLUE value IS 253 (99.22% from 255) = 36.88%
R=31.78%
G=31.34%
B=36.88%

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
Decimal2182152530.140.1500.01244.7490.4891.76
HexDAD7FDEF01f55a5c
Octal332327375161701365132134
Binary11011010110101111111110111101111011111010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7FD; }

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

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

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

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

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

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

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

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