#D4AECB

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

Shades of Maverick #D4AECB

Tints of Maverick #D4AECB

Color information

#D4AECB (or 0xD4AECB) is unknown color: approx Maverick. HEX triplet: D4, AE and CB. RGB value is (212,174,203). Sum of RGB (Red+Green+Blue) = 212+174+203=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AECB is #2B5134. Grayscale: #BCBCBC. Windows color (decimal): -2838837 or 13348564. OLE color: 13348564.

HSL color Cylindrical-coordinate representation of color #D4AECB: hue angle of 314.21º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AECB is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB212174203-
CMYK00.180.040.17
HSL314.21º30.65%75.69%-
HSV(B)314.21º17.92%83.14%-
XYZ53.0748.5863.08-
YUV188.67136.09144.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=35.99%
G=29.54%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217420300.180.040.17314.2130.6575.69
HexD4AECB01241113a1f4c
Octal32425631302242147237114
Binary11010100101011101100101101001010010001100111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AECB; }

 p { color: rgb(212,174,203); }

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

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

 a { background-color: rgb(212,174,203); }

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

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

 span { border-color: rgb(212,174,203); }

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