#DADAF2

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

Shades of Quartz #DADAF2

Tints of Quartz #DADAF2

Color information

#DADAF2 (or 0xDADAF2) is unknown color: approx Quartz. HEX triplet: DA, DA and F2. RGB value is (218,218,242). Sum of RGB (Red+Green+Blue) = 218+218+242=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #DADAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAF2 is #25250D. Grayscale: #DCDCDC. Windows color (decimal): -2434318 or 15915738. OLE color: 15915738.

HSL color Cylindrical-coordinate representation of color #DADAF2: hue angle of 240º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADAF2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218218242-
CMYK0.100.1000.05
HSL240º48%90.2%-
HSV(B)240º9.92%94.9%-
XYZ70.0171.4694.11-
YUV220.74140126.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.15%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=32.15%
G=32.15%
B=35.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182182420.100.1000.052404890.2
HexDADAF2AA05f0305a
Octal33233236212120536060132
Binary110110101101101011110010101010100101111100001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAF2; }

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

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

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

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

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

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

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

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