#D2AECB

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

Shades of Maverick #D2AECB

Tints of Maverick #D2AECB

Color information

#D2AECB (or 0xD2AECB) is unknown color: approx Maverick. HEX triplet: D2, AE and CB. RGB value is (210,174,203). Sum of RGB (Red+Green+Blue) = 210+174+203=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AECB is #2D5134. Grayscale: #BBBBBB. Windows color (decimal): -2969909 or 13348562. OLE color: 13348562.

HSL color Cylindrical-coordinate representation of color #D2AECB: hue angle of 311.67º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AECB is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210174203-
CMYK00.170.030.18
HSL311.67º28.57%75.29%-
HSV(B)311.67º17.14%82.35%-
XYZ52.4948.2963.05-
YUV188.07136.43143.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=35.78%
G=29.64%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017420300.170.030.18311.6728.5775.29
HexD2AECB0113121381d4b
Octal32225631302132247035113
Binary1101001010101110110010110100011110010100111000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AECB; }

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

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

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

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

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

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

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

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