#DADAF8

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

Shades of Quartz #DADAF8

Tints of Quartz #DADAF8

Color information

#DADAF8 (or 0xDADAF8) is unknown color: approx Quartz. HEX triplet: DA, DA and F8. RGB value is (218,218,248). Sum of RGB (Red+Green+Blue) = 218+218+248=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #DADAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAF8 is #252507. Grayscale: #DDDDDD. Windows color (decimal): -2434312 or 16308954. OLE color: 16308954.

HSL color Cylindrical-coordinate representation of color #DADAF8: hue angle of 240º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADAF8 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218218248-
CMYK0.120.1200.03
HSL240º68.18%91.37%-
HSV(B)240º12.1%97.25%-
XYZ70.9371.8398.93-
YUV221.42143125.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 218 (85.55% from 255) = 31.87%
BLUE value IS 248 (97.27% from 255) = 36.26%
R=31.87%
G=31.87%
B=36.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182182480.120.1200.0324068.1891.37
HexDADAF8CC03f0445b
Octal332332370141403360104133
Binary110110101101101011111000110011000111111000010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAF8; }

 p { color: rgb(218,218,248); }

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

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

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

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

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

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

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