Html Css Color HEX #D0AFBE Maverick

📋 copy color: '#D0AFBE'

red 208 ◦ green 175 ◦ blue 190

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

Shades of Maverick #D0AFBE

Tints of Maverick #D0AFBE

RGB

 RED value IS 208 (81.64% from 255) = 36.3%

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

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

R = 36.3%
G = 30.54%
B = 33.16%

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

#D0AFBE (or 0xD0AFBE) is known color: Maverick. HEX triplet: D0, AF and BE. RGB value is (208,175,190). Sum of RGB (Red+Green+Blue) = 208+175+190=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFBE is #2F5041. Grayscale: #BABABA. Windows color (decimal): -3100738 or 12496848. OLE color: 12496848.

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

Color convert

RGB 208 175 190 -
CMYK 0 0.16 0.09 0.18
HSL 332.73º 0.26% 0.75% -
HSV(B) 332.73º 0.16% 0.82% -
XYZ 50.64 47.79 55.27 -
YUV 186.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 208 175 190 0 0.16 0.09 0.18 332.73 0.26 0.75
Hex D0 AF BE 0 10 9 12 14D 1A 4B
Octal 320 257 276 0 20 11 22 515 32 113
Binary 11010000 10101111 10111110 0 10000 1001 10010 101001101 11010 1001011

Color Harmonies of #D0AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFBE

Black with #D0AFBE

Text Example


Text Example

White with #D0AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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