#D9ACCA

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

Shades of Maverick #D9ACCA

Tints of Maverick #D9ACCA

Color information

#D9ACCA (or 0xD9ACCA) is unknown color: approx Maverick. HEX triplet: D9, AC and CA. RGB value is (217,172,202). Sum of RGB (Red+Green+Blue) = 217+172+202=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACCA is #265335. Grayscale: #BCBCBC. Windows color (decimal): -2511670 or 13282521. OLE color: 13282521.

HSL color Cylindrical-coordinate representation of color #D9ACCA: hue angle of 320º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACCA is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217172202-
CMYK00.210.070.15
HSL320º37.19%76.27%-
HSV(B)320º20.74%85.1%-
XYZ54.0348.5262.4-
YUV188.87135.41148.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=36.72%
G=29.10%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717220200.210.070.1532037.1976.27
HexD9ACCA0157F140254c
Octal33125431202571750045114
Binary11011001101011001100101001010111111111010000001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACCA; }

 p { color: rgb(217,172,202); }

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

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

 a { background-color: rgb(217,172,202); }

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

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

 span { border-color: rgb(217,172,202); }

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