#D8ACCA

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

Shades of Maverick #D8ACCA

Tints of Maverick #D8ACCA

Color information

#D8ACCA (or 0xD8ACCA) is unknown color: approx Maverick. HEX triplet: D8, AC and CA. RGB value is (216,172,202). Sum of RGB (Red+Green+Blue) = 216+172+202=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACCA is #275335. Grayscale: #BCBCBC. Windows color (decimal): -2577206 or 13282520. OLE color: 13282520.

HSL color Cylindrical-coordinate representation of color #D8ACCA: hue angle of 319.09º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACCA is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216172202-
CMYK00.200.060.15
HSL319.09º36.07%76.08%-
HSV(B)319.09º20.37%84.71%-
XYZ53.7348.3762.38-
YUV188.58135.58147.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=36.61%
G=29.15%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617220200.200.060.15319.0936.0776.08
HexD8ACCA0146F13f244c
Octal33025431202461747744114
Binary11011000101011001100101001010011011111001111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACCA; }

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

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

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

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

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

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

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

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