#DAD1FB

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

Shades of Quartz #DAD1FB

Tints of Quartz #DAD1FB

Color information

#DAD1FB (or 0xDAD1FB) is unknown color: approx Quartz. HEX triplet: DA, D1 and FB. RGB value is (218,209,251). Sum of RGB (Red+Green+Blue) = 218+209+251=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD1FB is #252E04. Grayscale: #D8D8D8. Windows color (decimal): -2436613 or 16503258. OLE color: 16503258.

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

Color convert

RGB218209251-
CMYK0.130.1700.02
HSL252.86º84%90.2%-
HSV(B)252.86º16.73%98.43%-
XYZ69.1367.47100.65-
YUV216.48147.48129.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.15%
GREEN value IS 209 (82.03% from 255) = 30.83%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=32.15%
G=30.83%
B=37.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182092510.130.1700.02252.868490.2
HexDAD1FBD1102fd545a
Octal332321373152102375124132
Binary1101101011010001111110111101100010101111110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1FB; }

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

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

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

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

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

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

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

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