Html Css Color HEX #D1AEBF Maverick

📋 copy color: '#D1AEBF'

red 209 ◦ green 174 ◦ blue 191

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

Shades of Maverick #D1AEBF

Tints of Maverick #D1AEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.28%

R = 36.41%
G = 30.31%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D1AEBF (or 0xD1AEBF) is known color: Maverick. HEX triplet: D1, AE and BF. RGB value is (209,174,191). Sum of RGB (Red+Green+Blue) = 209+174+191=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEBF is #2E5140. Grayscale: #BABABA. Windows color (decimal): -3035457 or 12562129. OLE color: 12562129.

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

Color convert

RGB 209 174 191 -
CMYK 0 0.17 0.09 0.18
HSL 330.86º 0.28% 0.75% -
HSV(B) 330.86º 0.17% 0.82% -
XYZ 50.83 47.59 55.8 -
YUV 186.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 209 174 191 0 0.17 0.09 0.18 330.86 0.28 0.75
Hex D1 AE BF 0 11 9 12 14B 1C 4B
Octal 321 256 277 0 21 11 22 513 34 113
Binary 11010001 10101110 10111111 0 10001 1001 10010 101001011 11100 1001011

Color Harmonies of #D1AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEBF

Black with #D1AEBF

Text Example


Text Example

White with #D1AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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