#DAD9F2

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

Shades of Quartz #DAD9F2

Tints of Quartz #DAD9F2

Color information

#DAD9F2 (or 0xDAD9F2) is unknown color: approx Quartz. HEX triplet: DA, D9 and F2. RGB value is (218,217,242). Sum of RGB (Red+Green+Blue) = 218+217+242=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAD9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9F2 is #25260D. Grayscale: #DCDCDC. Windows color (decimal): -2434574 or 15915482. OLE color: 15915482.

HSL color Cylindrical-coordinate representation of color #DAD9F2: hue angle of 242.4º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAD9F2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218217242-
CMYK0.100.1000.05
HSL242.4º49.02%90%-
HSV(B)242.4º10.33%94.9%-
XYZ69.7570.9494.02-
YUV220.15140.33126.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 217 (85.16% from 255) = 32.05%
BLUE value IS 242 (94.92% from 255) = 35.75%
R=32.20%
G=32.05%
B=35.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182172420.100.1000.05242.449.0290
HexDAD9F2AA05f2315a
Octal33233136212120536261132
Binary110110101101100111110010101010100101111100101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9F2; }

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

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

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

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

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

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

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

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