Html Css Color HEX #D1AFC5 Maverick

📋 copy color: '#D1AFC5'

red 209 ◦ green 175 ◦ blue 197

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

Shades of Maverick #D1AFC5

Tints of Maverick #D1AFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.91%

R = 35.97%
G = 30.12%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D1AFC5 (or 0xD1AFC5) is known color: Maverick. HEX triplet: D1, AF and C5. RGB value is (209,175,197). Sum of RGB (Red+Green+Blue) = 209+175+197=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFC5 is #2E503A. Grayscale: #BBBBBB. Windows color (decimal): -3035195 or 12955601. OLE color: 12955601.

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

Color convert

RGB 209 175 197 -
CMYK 0 0.16 0.06 0.18
HSL 321.18º 0.27% 0.75% -
HSV(B) 321.18º 0.16% 0.82% -
XYZ 51.7 48.25 59.41 -
YUV 187.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 209 175 197 0 0.16 0.06 0.18 321.18 0.27 0.75
Hex D1 AF C5 0 10 6 12 141 1B 4B
Octal 321 257 305 0 20 6 22 501 33 113
Binary 11010001 10101111 11000101 0 10000 110 10010 101000001 11011 1001011

Color Harmonies of #D1AFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFC5

Black with #D1AFC5

Text Example


Text Example

White with #D1AFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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