#DDDAF7

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

Shades of Quartz #DDDAF7

Tints of Quartz #DDDAF7

Color information

#DDDAF7 (or 0xDDDAF7) is unknown color: approx Quartz. HEX triplet: DD, DA and F7. RGB value is (221,218,247). Sum of RGB (Red+Green+Blue) = 221+218+247=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAF7 is #222508. Grayscale: #DEDEDE. Windows color (decimal): -2237705 or 16243421. OLE color: 16243421.

HSL color Cylindrical-coordinate representation of color #DDDAF7: hue angle of 246.21º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDAF7 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221218247-
CMYK0.110.1200.03
HSL246.21º64.44%91.18%-
HSV(B)246.21º11.74%96.86%-
XYZ71.6872.2398.16-
YUV222.2141.99127.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 247 (96.88% from 255) = 36.01%
R=32.22%
G=31.78%
B=36.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212182470.110.1200.03246.2164.4491.18
HexDDDAF7BC03f6405b
Octal335332367131403366100133
Binary110111011101101011110111101111000111111011010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAF7; }

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

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

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

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

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

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

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

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