#DADDF9

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

Shades of Quartz #DADDF9

Tints of Quartz #DADDF9

Color information

#DADDF9 (or 0xDADDF9) is unknown color: approx Quartz. HEX triplet: DA, DD and F9. RGB value is (218,221,249). Sum of RGB (Red+Green+Blue) = 218+221+249=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #DADDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF9 is #252206. Grayscale: #DFDFDF. Windows color (decimal): -2433543 or 16375258. OLE color: 16375258.

HSL color Cylindrical-coordinate representation of color #DADDF9: hue angle of 234.19º 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 #DADDF9 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218221249-
CMYK0.120.1100.02
HSL234.19º72.09%91.57%-
HSV(B)234.19º12.45%97.65%-
XYZ71.8773.46100.01-
YUV223.3142.51124.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 221 (86.72% from 255) = 32.12%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=31.69%
G=32.12%
B=36.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182212490.120.1100.02234.1972.0991.57
HexDADDF9CB02ea485c
Octal332335371141302352110134
Binary110110101101110111111001110010110101110101010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDF9; }

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

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

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

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

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

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

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

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