#DADDF6

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

Shades of Quartz #DADDF6

Tints of Quartz #DADDF6

Color information

#DADDF6 (or 0xDADDF6) is unknown color: approx Quartz. HEX triplet: DA, DD and F6. RGB value is (218,221,246). Sum of RGB (Red+Green+Blue) = 218+221+246=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #DADDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF6 is #252209. Grayscale: #DEDEDE. Windows color (decimal): -2433546 or 16178650. OLE color: 16178650.

HSL color Cylindrical-coordinate representation of color #DADDF6: hue angle of 233.57º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADDF6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218221246-
CMYK0.110.1000.04
HSL233.57º60.87%90.98%-
HSV(B)233.57º11.38%96.47%-
XYZ71.473.2797.57-
YUV222.95141.01124.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 221 (86.72% from 255) = 32.26%
BLUE value IS 246 (96.48% from 255) = 35.91%
R=31.82%
G=32.26%
B=35.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182212460.110.1000.04233.5760.8790.98
HexDADDF6BA04ea3d5b
Octal33233536613120435275133
Binary110110101101110111110110101110100100111010101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDF6; }

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

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

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

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

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

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

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

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