#DDDAF6

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

Shades of Quartz #DDDAF6

Tints of Quartz #DDDAF6

Color information

#DDDAF6 (or 0xDDDAF6) is unknown color: approx Quartz. HEX triplet: DD, DA and F6. RGB value is (221,218,246). Sum of RGB (Red+Green+Blue) = 221+218+246=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 218 (85.55% from 255 or 31.82% 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 #DDDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF6 is #222509. Grayscale: #DDDDDD. Windows color (decimal): -2237706 or 16177885. OLE color: 16177885.

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

Color convert

RGB221218246-
CMYK0.100.1100.04
HSL246.43º60.87%90.98%-
HSV(B)246.43º11.38%96.47%-
XYZ71.5272.1797.35-
YUV222.09141.49127.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212182460.100.1100.04246.4360.8790.98
HexDDDAF6AB04f63d5b
Octal33533236612130436675133
Binary110111011101101011110110101010110100111101101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAF6; }

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

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

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

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

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

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

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

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