#DAD6F3

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

Shades of Quartz #DAD6F3

Tints of Quartz #DAD6F3

Color information

#DAD6F3 (or 0xDAD6F3) is unknown color: approx Quartz. HEX triplet: DA, D6 and F3. RGB value is (218,214,243). Sum of RGB (Red+Green+Blue) = 218+214+243=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAD6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD6F3 is #25290C. Grayscale: #DADADA. Windows color (decimal): -2435341 or 15980250. OLE color: 15980250.

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

Color convert

RGB218214243-
CMYK0.100.1200.05
HSL248.28º54.72%89.61%-
HSV(B)248.28º11.93%95.29%-
XYZ69.1469.4794.56-
YUV218.5141.83127.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 214 (83.98% from 255) = 31.70%
BLUE value IS 243 (95.31% from 255) = 36%
R=32.30%
G=31.70%
B=36%

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
Decimal2182142430.100.1200.05248.2854.7289.61
HexDAD6F3AC05f8375a
Octal33232636312140537067132
Binary110110101101011011110011101011000101111110001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6F3; }

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

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

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

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

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

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

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

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