#D5AECB

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

Shades of Maverick #D5AECB

Tints of Maverick #D5AECB

Color information

#D5AECB (or 0xD5AECB) is unknown color: approx Maverick. HEX triplet: D5, AE and CB. RGB value is (213,174,203). Sum of RGB (Red+Green+Blue) = 213+174+203=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AECB is #2A5134. Grayscale: #BCBCBC. Windows color (decimal): -2773301 or 13348565. OLE color: 13348565.

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

Color convert

RGB213174203-
CMYK00.180.050.16
HSL315.38º31.71%75.88%-
HSV(B)315.38º18.31%83.53%-
XYZ53.3648.7363.09-
YUV188.97135.92145.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=36.10%
G=29.49%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317420300.180.050.16315.3831.7175.88
HexD5AECB01251013b204c
Octal32525631302252047340114
Binary110101011010111011001011010010101100001001110111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AECB; }

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

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

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

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

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

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

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

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