#DAD7F9

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

Shades of Quartz #DAD7F9

Tints of Quartz #DAD7F9

Color information

#DAD7F9 (or 0xDAD7F9) is unknown color: approx Quartz. HEX triplet: DA, D7 and F9. RGB value is (218,215,249). Sum of RGB (Red+Green+Blue) = 218+215+249=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAD7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7F9 is #252806. Grayscale: #DBDBDB. Windows color (decimal): -2435079 or 16373722. OLE color: 16373722.

HSL color Cylindrical-coordinate representation of color #DAD7F9: hue angle of 245.29º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAD7F9 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218215249-
CMYK0.120.1400.02
HSL245.29º73.91%90.98%-
HSV(B)245.29º13.65%97.65%-
XYZ70.3170.3599.49-
YUV219.77144.49126.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 215 (84.38% from 255) = 31.52%
BLUE value IS 249 (97.66% from 255) = 36.51%
R=31.96%
G=31.52%
B=36.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182152490.120.1400.02245.2973.9190.98
HexDAD7F9CE02f54a5b
Octal332327371141602365112133
Binary110110101101011111111001110011100101111010110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7F9; }

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

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

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

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

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

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

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

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