Html Css Color HEX #D1AEBD Maverick

📋 copy color: '#D1AEBD'

red 209 ◦ green 174 ◦ blue 189

#D1AEBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #D1AEBD

Tints of Maverick #D1AEBD

RGB

 RED value IS 209 (82.03% from 255) = 36.54%

 GREEN value IS 174 (68.36% from 255) = 30.42%

 BLUE value IS 189 (74.22% from 255) = 33.04%

R = 36.54%
G = 30.42%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D1AEBD (or 0xD1AEBD) is known color: Maverick. HEX triplet: D1, AE and BD. RGB value is (209,174,189). Sum of RGB (Red+Green+Blue) = 209+174+189=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEBD is #2E5142. Grayscale: #BABABA. Windows color (decimal): -3035459 or 12431057. OLE color: 12431057.

HSL color Cylindrical-coordinate representation of color #D1AEBD: hue angle of 334.29º degrees, saturation: 0.28, 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 #D1AEBD is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 174 189 -
CMYK 0 0.17 0.10 0.18
HSL 334.29º 0.28% 0.75% -
HSV(B) 334.29º 0.17% 0.82% -
XYZ 50.62 47.5 54.65 -
YUV 186.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 209 174 189 0 0.17 0.10 0.18 334.29 0.28 0.75
Hex D1 AE BD 0 11 A 12 14E 1C 4B
Octal 321 256 275 0 21 12 22 516 34 113
Binary 11010001 10101110 10111101 0 10001 1010 10010 101001110 11100 1001011

Color Harmonies of #D1AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEBD

Black with #D1AEBD

Text Example


Text Example

White with #D1AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEBD; }

 p { color: rgb(209,174,189); }

 H1.HeaderClassName
 {
   color: #D1AEBD;
 }
 .AnyTagClassName
 {
   color: #D1AEBD;
 }
</style>

background-color css

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

 a { background-color: rgb(209,174,189); }

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

border-color css

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

 span { border-color: rgb(209,174,189); }

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