#DAD2FB

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

Shades of Quartz #DAD2FB

Tints of Quartz #DAD2FB

Color information

#DAD2FB (or 0xDAD2FB) is unknown color: approx Quartz. HEX triplet: DA, D2 and FB. RGB value is (218,210,251). Sum of RGB (Red+Green+Blue) = 218+210+251=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2FB is #252D04. Grayscale: #D8D8D8. Windows color (decimal): -2436357 or 16503514. OLE color: 16503514.

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

Color convert

RGB218210251-
CMYK0.130.1600.02
HSL251.71º83.67%90.39%-
HSV(B)251.71º16.33%98.43%-
XYZ69.3767.96100.73-
YUV217.07147.15128.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 210 (82.42% from 255) = 30.93%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=32.11%
G=30.93%
B=36.97%

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
Decimal2182102510.130.1600.02251.7183.6790.39
HexDAD2FBD1002fc545a
Octal332322373152002374124132
Binary1101101011010010111110111101100000101111110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2FB; }

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

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

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

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

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

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

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

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