#DAD7F3

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

Shades of Quartz #DAD7F3

Tints of Quartz #DAD7F3

Color information

#DAD7F3 (or 0xDAD7F3) is unknown color: approx Quartz. HEX triplet: DA, D7 and F3. RGB value is (218,215,243). Sum of RGB (Red+Green+Blue) = 218+215+243=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAD7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7F3 is #25280C. Grayscale: #DADADA. Windows color (decimal): -2435085 or 15980506. OLE color: 15980506.

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

Color convert

RGB218215243-
CMYK0.100.1200.05
HSL246.43º53.85%89.8%-
HSV(B)246.43º11.52%95.29%-
XYZ69.3969.9894.64-
YUV219.09141.49127.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 215 (84.38% from 255) = 31.80%
BLUE value IS 243 (95.31% from 255) = 35.95%
R=32.25%
G=31.80%
B=35.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182152430.100.1200.05246.4353.8589.8
HexDAD7F3AC05f6365a
Octal33232736312140536666132
Binary110110101101011111110011101011000101111101101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7F3; }

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

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

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

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

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

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

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

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