#DAD7F1

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

Shades of Quartz #DAD7F1

Tints of Quartz #DAD7F1

Color information

#DAD7F1 (or 0xDAD7F1) is unknown color: approx Quartz. HEX triplet: DA, D7 and F1. RGB value is (218,215,241). Sum of RGB (Red+Green+Blue) = 218+215+241=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAD7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7F1 is #25280E. Grayscale: #DADADA. Windows color (decimal): -2435087 or 15849434. OLE color: 15849434.

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

Color convert

RGB218215241-
CMYK0.100.1100.05
HSL246.92º48.15%89.41%-
HSV(B)246.92º10.79%94.51%-
XYZ69.0969.8693.06-
YUV218.86140.49127.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.34%
GREEN value IS 215 (84.38% from 255) = 31.90%
BLUE value IS 241 (94.53% from 255) = 35.76%
R=32.34%
G=31.90%
B=35.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182152410.100.1100.05246.9248.1589.41
HexDAD7F1AB05f73059
Octal33232736112130536760131
Binary110110101101011111110001101010110101111101111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7F1; }

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

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

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

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

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

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

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

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