Html Css Color HEX #D1AFC1 Maverick

📋 copy color: '#D1AFC1'

red 209 ◦ green 175 ◦ blue 193

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

Shades of Maverick #D1AFC1

Tints of Maverick #D1AFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.45%

R = 36.22%
G = 30.33%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D1AFC1 (or 0xD1AFC1) is known color: Maverick. HEX triplet: D1, AF and C1. RGB value is (209,175,193). Sum of RGB (Red+Green+Blue) = 209+175+193=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFC1 is #2E503E. Grayscale: #BBBBBB. Windows color (decimal): -3035199 or 12693457. OLE color: 12693457.

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

Color convert

RGB 209 175 193 -
CMYK 0 0.16 0.08 0.18
HSL 328.24º 0.27% 0.75% -
HSV(B) 328.24º 0.16% 0.82% -
XYZ 51.25 48.07 57.03 -
YUV 187.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 209 175 193 0 0.16 0.08 0.18 328.24 0.27 0.75
Hex D1 AF C1 0 10 8 12 148 1B 4B
Octal 321 257 301 0 20 10 22 510 33 113
Binary 11010001 10101111 11000001 0 10000 1000 10010 101001000 11011 1001011

Color Harmonies of #D1AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFC1

Black with #D1AFC1

Text Example


Text Example

White with #D1AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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