#DAD1F7

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

Shades of Quartz #DAD1F7

Tints of Quartz #DAD1F7

Color information

#DAD1F7 (or 0xDAD1F7) is unknown color: approx Quartz. HEX triplet: DA, D1 and F7. RGB value is (218,209,247). Sum of RGB (Red+Green+Blue) = 218+209+247=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAD1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD1F7 is #252E08. Grayscale: #D7D7D7. Windows color (decimal): -2436617 or 16241114. OLE color: 16241114.

HSL color Cylindrical-coordinate representation of color #DAD1F7: hue angle of 254.21º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD1F7 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218209247-
CMYK0.120.1500.03
HSL254.21º70.37%89.41%-
HSV(B)254.21º15.38%96.86%-
XYZ68.567.2297.36-
YUV216.02145.48129.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.34%
GREEN value IS 209 (82.03% from 255) = 31.01%
BLUE value IS 247 (96.88% from 255) = 36.65%
R=32.34%
G=31.01%
B=36.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182092470.120.1500.03254.2170.3789.41
HexDAD1F7CF03fe4659
Octal332321367141703376106131
Binary110110101101000111110111110011110111111111010001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1F7; }

 p { color: rgb(218,209,247); }

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

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

 a { background-color: rgb(218,209,247); }

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

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

 span { border-color: rgb(218,209,247); }

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