#DADAF3

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

Shades of Quartz #DADAF3

Tints of Quartz #DADAF3

Color information

#DADAF3 (or 0xDADAF3) is unknown color: approx Quartz. HEX triplet: DA, DA and F3. RGB value is (218,218,243). Sum of RGB (Red+Green+Blue) = 218+218+243=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #DADAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAF3 is #25250C. Grayscale: #DCDCDC. Windows color (decimal): -2434317 or 15981274. OLE color: 15981274.

HSL color Cylindrical-coordinate representation of color #DADAF3: hue angle of 240º degrees, saturation: 0.51, 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 #DADAF3 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218218243-
CMYK0.100.1000.05
HSL240º51.02%90.39%-
HSV(B)240º10.29%95.29%-
XYZ70.1671.5294.9-
YUV220.85140.5125.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 243 (95.31% from 255) = 35.79%
R=32.11%
G=32.11%
B=35.79%

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
Decimal2182182430.100.1000.0524051.0290.39
HexDADAF3AA05f0335a
Octal33233236312120536063132
Binary110110101101101011110011101010100101111100001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAF3; }

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

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

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

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

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

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

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

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