#D7AECB

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

Shades of Maverick #D7AECB

Tints of Maverick #D7AECB

Color information

#D7AECB (or 0xD7AECB) is unknown color: approx Maverick. HEX triplet: D7, AE and CB. RGB value is (215,174,203). Sum of RGB (Red+Green+Blue) = 215+174+203=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AECB is #285134. Grayscale: #BDBDBD. Windows color (decimal): -2642229 or 13348567. OLE color: 13348567.

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

Color convert

RGB215174203-
CMYK00.190.060.16
HSL317.56º33.88%76.27%-
HSV(B)317.56º19.07%84.31%-
XYZ53.9449.0363.12-
YUV189.56135.58146.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.32%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=36.32%
G=29.39%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517420300.190.060.16317.5633.8876.27
HexD7AECB01361013e224c
Octal32725631302362047642114
Binary110101111010111011001011010011110100001001111101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AECB; }

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

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

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

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

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

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

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

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