#DAD7F5

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

Shades of Quartz #DAD7F5

Tints of Quartz #DAD7F5

Color information

#DAD7F5 (or 0xDAD7F5) is unknown color: approx Quartz. HEX triplet: DA, D7 and F5. RGB value is (218,215,245). Sum of RGB (Red+Green+Blue) = 218+215+245=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAD7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7F5 is #25280A. Grayscale: #DBDBDB. Windows color (decimal): -2435083 or 16111578. OLE color: 16111578.

HSL color Cylindrical-coordinate representation of color #DAD7F5: hue angle of 246º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD7F5 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218215245-
CMYK0.110.1200.04
HSL246º60%90.2%-
HSV(B)246º12.24%96.08%-
XYZ69.770.196.24-
YUV219.32142.49127.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.15%
GREEN value IS 215 (84.38% from 255) = 31.71%
BLUE value IS 245 (96.09% from 255) = 36.14%
R=32.15%
G=31.71%
B=36.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182152450.110.1200.042466090.2
HexDAD7F5BC04f63c5a
Octal33232736513140436674132
Binary110110101101011111110101101111000100111101101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7F5; }

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

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

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

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

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

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

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

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