Html Css Color HEX #D1AFBE Maverick

📋 copy color: '#D1AFBE'

red 209 ◦ green 175 ◦ blue 190

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

Shades of Maverick #D1AFBE

Tints of Maverick #D1AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.49%

 BLUE value IS 190 (74.61% from 255) = 33.1%

R = 36.41%
G = 30.49%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D1AFBE (or 0xD1AFBE) is known color: Maverick. HEX triplet: D1, AF and BE. RGB value is (209,175,190). Sum of RGB (Red+Green+Blue) = 209+175+190=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFBE is #2E5041. Grayscale: #BABABA. Windows color (decimal): -3035202 or 12496849. OLE color: 12496849.

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

Color convert

RGB 209 175 190 -
CMYK 0 0.16 0.09 0.18
HSL 333.53º 0.27% 0.75% -
HSV(B) 333.53º 0.16% 0.82% -
XYZ 50.92 47.93 55.28 -
YUV 186.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 209 175 190 0 0.16 0.09 0.18 333.53 0.27 0.75
Hex D1 AF BE 0 10 9 12 14E 1B 4B
Octal 321 257 276 0 20 11 22 516 33 113
Binary 11010001 10101111 10111110 0 10000 1001 10010 101001110 11011 1001011

Color Harmonies of #D1AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFBE

Black with #D1AFBE

Text Example


Text Example

White with #D1AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFBE; }

 p { color: rgb(209,175,190); }

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

background-color css

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

 a { background-color: rgb(209,175,190); }

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

border-color css

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

 span { border-color: rgb(209,175,190); }

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