#DAD9F6

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

Shades of Quartz #DAD9F6

Tints of Quartz #DAD9F6

Color information

#DAD9F6 (or 0xDAD9F6) is unknown color: approx Quartz. HEX triplet: DA, D9 and F6. RGB value is (218,217,246). Sum of RGB (Red+Green+Blue) = 218+217+246=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAD9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9F6 is #252609. Grayscale: #DCDCDC. Windows color (decimal): -2434570 or 16177626. OLE color: 16177626.

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

Color convert

RGB218217246-
CMYK0.110.1200.04
HSL242.07º61.7%90.78%-
HSV(B)242.07º11.79%96.47%-
XYZ70.3671.1897.22-
YUV220.6142.33126.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 217 (85.16% from 255) = 31.86%
BLUE value IS 246 (96.48% from 255) = 36.12%
R=32.01%
G=31.86%
B=36.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182172460.110.1200.04242.0761.790.78
HexDAD9F6BC04f23e5b
Octal33233136613140436276133
Binary110110101101100111110110101111000100111100101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9F6; }

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

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

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

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

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

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

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

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