#DADAF9

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

Shades of Quartz #DADAF9

Tints of Quartz #DADAF9

Color information

#DADAF9 (or 0xDADAF9) is unknown color: approx Quartz. HEX triplet: DA, DA and F9. RGB value is (218,218,249). Sum of RGB (Red+Green+Blue) = 218+218+249=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #DADAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAF9 is #252506. Grayscale: #DDDDDD. Windows color (decimal): -2434311 or 16374490. OLE color: 16374490.

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

Color convert

RGB218218249-
CMYK0.120.1200.02
HSL240º72.09%91.57%-
HSV(B)240º12.45%97.65%-
XYZ71.0871.8999.75-
YUV221.53143.5125.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 249 (97.66% from 255) = 36.35%
R=31.82%
G=31.82%
B=36.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182182490.120.1200.0224072.0991.57
HexDADAF9CC02f0485c
Octal332332371141402360110134
Binary110110101101101011111001110011000101111000010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAF9; }

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

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

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

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

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

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

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

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