#DAD0FB

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

Shades of Quartz #DAD0FB

Tints of Quartz #DAD0FB

Color information

#DAD0FB (or 0xDAD0FB) is unknown color: approx Quartz. HEX triplet: DA, D0 and FB. RGB value is (218,208,251). Sum of RGB (Red+Green+Blue) = 218+208+251=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAD0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0FB is #252F04. Grayscale: #D7D7D7. Windows color (decimal): -2436869 or 16503002. OLE color: 16503002.

HSL color Cylindrical-coordinate representation of color #DAD0FB: hue angle of 253.95º 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 #DAD0FB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218208251-
CMYK0.130.1700.02
HSL253.95º84.31%90%-
HSV(B)253.95º17.13%98.43%-
XYZ68.8866.98100.57-
YUV215.89147.81129.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 208 (81.64% from 255) = 30.72%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=32.20%
G=30.72%
B=37.08%

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
Decimal2182082510.130.1700.02253.9584.3190
HexDAD0FBD1102fe545a
Octal332320373152102376124132
Binary1101101011010000111110111101100010101111111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0FB; }

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

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

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

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

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

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

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

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