#DADAFA

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

Shades of Quartz #DADAFA

Tints of Quartz #DADAFA

Color information

#DADAFA (or 0xDADAFA) is unknown color: approx Quartz. HEX triplet: DA, DA and FA. RGB value is (218,218,250). Sum of RGB (Red+Green+Blue) = 218+218+250=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #DADAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAFA is #252505. Grayscale: #DDDDDD. Windows color (decimal): -2434310 or 16440026. OLE color: 16440026.

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

Color convert

RGB218218250-
CMYK0.130.1300.02
HSL240º76.19%91.76%-
HSV(B)240º12.8%98.04%-
XYZ71.2471.95100.58-
YUV221.65144125.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=31.78%
G=31.78%
B=36.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182182500.130.1300.0224076.1991.76
HexDADAFADD02f04c5c
Octal332332372151502360114134
Binary110110101101101011111010110111010101111000010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAFA; }

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

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

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

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

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

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

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

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