#DAD5FB

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

Shades of Quartz #DAD5FB

Tints of Quartz #DAD5FB

Color information

#DAD5FB (or 0xDAD5FB) is unknown color: approx Quartz. HEX triplet: DA, D5 and FB. RGB value is (218,213,251). Sum of RGB (Red+Green+Blue) = 218+213+251=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAD5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5FB is #252A04. Grayscale: #DADADA. Windows color (decimal): -2435589 or 16504282. OLE color: 16504282.

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

Color convert

RGB218213251-
CMYK0.130.1500.02
HSL247.89º82.61%90.98%-
HSV(B)247.89º15.14%98.43%-
XYZ70.1269.46100.98-
YUV218.83146.16127.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 213 (83.59% from 255) = 31.23%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=31.96%
G=31.23%
B=36.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182132510.130.1500.02247.8982.6190.98
HexDAD5FBDF02f8535b
Octal332325373151702370123133
Binary110110101101010111111011110111110101111100010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5FB; }

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

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

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

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

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

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

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

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