#DAD9FB

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

Shades of Quartz #DAD9FB

Tints of Quartz #DAD9FB

Color information

#DAD9FB (or 0xDAD9FB) is unknown color: approx Quartz. HEX triplet: DA, D9 and FB. RGB value is (218,217,251). Sum of RGB (Red+Green+Blue) = 218+217+251=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAD9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9FB is #252604. Grayscale: #DDDDDD. Windows color (decimal): -2434565 or 16505306. OLE color: 16505306.

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

Color convert

RGB218217251-
CMYK0.130.1400.02
HSL241.76º80.95%91.76%-
HSV(B)241.76º13.55%98.43%-
XYZ71.1471.5101.32-
YUV221.18144.83125.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 217 (85.16% from 255) = 31.63%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=31.78%
G=31.63%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182172510.130.1400.02241.7680.9591.76
HexDAD9FBDE02f2515c
Octal332331373151602362121134
Binary110110101101100111111011110111100101111001010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9FB; }

 p { color: rgb(218,217,251); }

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

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

 a { background-color: rgb(218,217,251); }

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

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

 span { border-color: rgb(218,217,251); }

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