#DAD6FA

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

Shades of Quartz #DAD6FA

Tints of Quartz #DAD6FA

Color information

#DAD6FA (or 0xDAD6FA) is unknown color: approx Quartz. HEX triplet: DA, D6 and FA. RGB value is (218,214,250). Sum of RGB (Red+Green+Blue) = 218+214+250=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD6FA is #252905. Grayscale: #DBDBDB. Windows color (decimal): -2435334 or 16439002. OLE color: 16439002.

HSL color Cylindrical-coordinate representation of color #DAD6FA: hue angle of 246.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAD6FA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218214250-
CMYK0.130.1400.02
HSL246.67º78.26%90.98%-
HSV(B)246.67º14.4%98.04%-
XYZ70.2269.9100.23-
YUV219.3145.33127.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 214 (83.98% from 255) = 31.38%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=31.96%
G=31.38%
B=36.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182142500.130.1400.02246.6778.2690.98
HexDAD6FADE02f74e5b
Octal332326372151602367116133
Binary110110101101011011111010110111100101111011110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6FA; }

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

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

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

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

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

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

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

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