#DAD9F1

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

Shades of Quartz #DAD9F1

Tints of Quartz #DAD9F1

Color information

#DAD9F1 (or 0xDAD9F1) is unknown color: approx Quartz. HEX triplet: DA, D9 and F1. RGB value is (218,217,241). Sum of RGB (Red+Green+Blue) = 218+217+241=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9F1 is #25260E. Grayscale: #DBDBDB. Windows color (decimal): -2434575 or 15849946. OLE color: 15849946.

HSL color Cylindrical-coordinate representation of color #DAD9F1: hue angle of 242.5º degrees, saturation: 0.46, 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 #DAD9F1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218217241-
CMYK0.100.1000.05
HSL242.5º46.15%89.8%-
HSV(B)242.5º9.96%94.51%-
XYZ69.670.8893.23-
YUV220.03139.83126.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 241 (94.53% from 255) = 35.65%
R=32.25%
G=32.10%
B=35.65%

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
Decimal2182172410.100.1000.05242.546.1589.8
HexDAD9F1AA05f22e5a
Octal33233136112120536256132
Binary110110101101100111110001101010100101111100101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9F1; }

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

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

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

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

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

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

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

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