#DDAACA

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

Shades of Maverick #DDAACA

Tints of Maverick #DDAACA

Color information

#DDAACA (or 0xDDAACA) is unknown color: approx Maverick. HEX triplet: DD, AA and CA. RGB value is (221,170,202). Sum of RGB (Red+Green+Blue) = 221+170+202=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAACA is #225535. Grayscale: #BCBCBC. Windows color (decimal): -2250038 or 13282013. OLE color: 13282013.

HSL color Cylindrical-coordinate representation of color #DDAACA: hue angle of 322.35º 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 #DDAACA is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221170202-
CMYK00.230.090.13
HSL322.35º42.86%76.67%-
HSV(B)322.35º23.08%86.67%-
XYZ54.8548.3962.33-
YUV188.9135.4150.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=37.27%
G=28.67%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117020200.230.090.13322.3542.8676.67
HexDDAACA0179D1422b4d
Octal335252312027111550253115
Binary110111011010101011001010010111100111011010000101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAACA; }

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

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

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

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

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

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

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

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