#DAD3FB

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

Shades of Quartz #DAD3FB

Tints of Quartz #DAD3FB

Color information

#DAD3FB (or 0xDAD3FB) is unknown color: approx Quartz. HEX triplet: DA, D3 and FB. RGB value is (218,211,251). Sum of RGB (Red+Green+Blue) = 218+211+251=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 211 (82.81% from 255 or 31.03% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAD3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3FB is #252C04. Grayscale: #D9D9D9. Windows color (decimal): -2436101 or 16503770. OLE color: 16503770.

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

Color convert

RGB218211251-
CMYK0.130.1600.02
HSL250.5º83.33%90.59%-
HSV(B)250.5º15.94%98.43%-
XYZ69.6268.46100.81-
YUV217.65146.82128.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 211 (82.81% from 255) = 31.03%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=32.06%
G=31.03%
B=36.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182112510.130.1600.02250.583.3390.59
HexDAD3FBD1002fa535b
Octal332323373152002372123133
Binary1101101011010011111110111101100000101111101010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3FB; }

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

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

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

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

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

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

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

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