#DAD0F9

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

Shades of Quartz #DAD0F9

Tints of Quartz #DAD0F9

Color information

#DAD0F9 (or 0xDAD0F9) is unknown color: approx Quartz. HEX triplet: DA, D0 and F9. RGB value is (218,208,249). Sum of RGB (Red+Green+Blue) = 218+208+249=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0F9 is #252F06. Grayscale: #D7D7D7. Windows color (decimal): -2436871 or 16371930. OLE color: 16371930.

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

Color convert

RGB218208249-
CMYK0.120.1600.02
HSL254.63º77.36%89.61%-
HSV(B)254.63º16.47%97.65%-
XYZ68.5766.8698.91-
YUV215.66146.81129.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 208 (81.64% from 255) = 30.81%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=32.30%
G=30.81%
B=36.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182082490.120.1600.02254.6377.3689.61
HexDAD0F9C1002ff4d5a
Octal332320371142002377115132
Binary1101101011010000111110011100100000101111111110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0F9; }

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

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

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

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

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

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

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

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