#DDAACC

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

Shades of Maverick #DDAACC

Tints of Maverick #DDAACC

Color information

#DDAACC (or 0xDDAACC) is unknown color: approx Maverick. HEX triplet: DD, AA and CC. RGB value is (221,170,204). Sum of RGB (Red+Green+Blue) = 221+170+204=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAACC is #225533. Grayscale: #BDBDBD. Windows color (decimal): -2250036 or 13413085. OLE color: 13413085.

HSL color Cylindrical-coordinate representation of color #DDAACC: hue angle of 320º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAACC is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221170204-
CMYK00.230.080.13
HSL320º42.86%76.67%-
HSV(B)320º23.08%86.67%-
XYZ55.0948.4863.58-
YUV189.12136.4150.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=37.14%
G=28.57%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117020400.230.080.1332042.8676.67
HexDDAACC0178D1402b4d
Octal335252314027101550053115
Binary110111011010101011001100010111100011011010000001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAACC; }

 p { color: rgb(221,170,204); }

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

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

 a { background-color: rgb(221,170,204); }

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

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

 span { border-color: rgb(221,170,204); }

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