#D5ACCB

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

Shades of Maverick #D5ACCB

Tints of Maverick #D5ACCB

Color information

#D5ACCB (or 0xD5ACCB) is unknown color: approx Maverick. HEX triplet: D5, AC and CB. RGB value is (213,172,203). Sum of RGB (Red+Green+Blue) = 213+172+203=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACCB is #2A5334. Grayscale: #BBBBBB. Windows color (decimal): -2773813 or 13348053. OLE color: 13348053.

HSL color Cylindrical-coordinate representation of color #D5ACCB: hue angle of 314.63º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ACCB is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213172203-
CMYK00.190.050.16
HSL314.63º32.8%75.49%-
HSV(B)314.63º19.25%83.53%-
XYZ52.9747.9662.97-
YUV187.79136.58145.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=36.22%
G=29.25%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317220300.190.050.16314.6332.875.49
HexD5ACCB01351013b214b
Octal32525431302352047341113
Binary110101011010110011001011010011101100001001110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACCB; }

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

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

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

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

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

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

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

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