#D9ACCB

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

Shades of Maverick #D9ACCB

Tints of Maverick #D9ACCB

Color information

#D9ACCB (or 0xD9ACCB) is unknown color: approx Maverick. HEX triplet: D9, AC and CB. RGB value is (217,172,203). Sum of RGB (Red+Green+Blue) = 217+172+203=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACCB is #265334. Grayscale: #BCBCBC. Windows color (decimal): -2511669 or 13348057. OLE color: 13348057.

HSL color Cylindrical-coordinate representation of color #D9ACCB: hue angle of 318.67º 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 #D9ACCB is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217172203-
CMYK00.210.060.15
HSL318.67º37.19%76.27%-
HSV(B)318.67º20.74%85.1%-
XYZ54.1548.5763.02-
YUV188.99135.91147.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=36.66%
G=29.05%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717220300.210.060.15318.6737.1976.27
HexD9ACCB0156F13f254c
Octal33125431302561747745114
Binary11011001101011001100101101010111011111001111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACCB; }

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

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

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

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

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

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

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

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