#DAD2F6

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

Shades of Quartz #DAD2F6

Tints of Quartz #DAD2F6

Color information

#DAD2F6 (or 0xDAD2F6) is unknown color: approx Quartz. HEX triplet: DA, D2 and F6. RGB value is (218,210,246). Sum of RGB (Red+Green+Blue) = 218+210+246=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAD2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2F6 is #252D09. Grayscale: #D8D8D8. Windows color (decimal): -2436362 or 16175834. OLE color: 16175834.

HSL color Cylindrical-coordinate representation of color #DAD2F6: hue angle of 253.33º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD2F6 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218210246-
CMYK0.110.1500.04
HSL253.33º66.67%89.41%-
HSV(B)253.33º14.63%96.47%-
XYZ68.5967.6596.63-
YUV216.5144.65129.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.34%
GREEN value IS 210 (82.42% from 255) = 31.16%
BLUE value IS 246 (96.48% from 255) = 36.50%
R=32.34%
G=31.16%
B=36.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182102460.110.1500.04253.3366.6789.41
HexDAD2F6BF04fd4359
Octal332322366131704375103131
Binary1101101011010010111101101011111101001111110110000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2F6; }

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

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

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

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

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

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

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

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