#DAD8FA

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

Shades of Quartz #DAD8FA

Tints of Quartz #DAD8FA

Color information

#DAD8FA (or 0xDAD8FA) is unknown color: approx Quartz. HEX triplet: DA, D8 and FA. RGB value is (218,216,250). Sum of RGB (Red+Green+Blue) = 218+216+250=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 216 (84.77% from 255 or 31.58% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAD8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8FA is #252705. Grayscale: #DCDCDC. Windows color (decimal): -2434822 or 16439514. OLE color: 16439514.

HSL color Cylindrical-coordinate representation of color #DAD8FA: hue angle of 243.53º degrees, saturation: 0.77, 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 #DAD8FA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218216250-
CMYK0.130.1400.02
HSL243.53º77.27%91.37%-
HSV(B)243.53º13.6%98.04%-
XYZ70.7270.92100.4-
YUV220.47144.66126.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 216 (84.77% from 255) = 31.58%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=31.87%
G=31.58%
B=36.55%

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
Decimal2182162500.130.1400.02243.5377.2791.37
HexDAD8FADE02f44d5b
Octal332330372151602364115133
Binary110110101101100011111010110111100101111010010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8FA; }

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

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

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

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

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

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

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

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