Html Css Color HEX #D3AFC1 Maverick

📋 copy color: '#D3AFC1'

red 211 ◦ green 175 ◦ blue 193

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

Shades of Maverick #D3AFC1

Tints of Maverick #D3AFC1

RGB

 RED value IS 211 (82.81% from 255) = 36.44%

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

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

R = 36.44%
G = 30.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D3AFC1 (or 0xD3AFC1) is known color: Maverick. HEX triplet: D3, AF and C1. RGB value is (211,175,193). Sum of RGB (Red+Green+Blue) = 211+175+193=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFC1 is #2C503E. Grayscale: #BBBBBB. Windows color (decimal): -2904127 or 12693459. OLE color: 12693459.

HSL color Cylindrical-coordinate representation of color #D3AFC1: hue angle of 330º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3AFC1 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 175 193 -
CMYK 0 0.17 0.09 0.17
HSL 330º 0.29% 0.76% -
HSV(B) 330º 0.17% 0.83% -
XYZ 51.82 48.36 57.06 -
YUV 187.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 211 175 193 0 0.17 0.09 0.17 330 0.29 0.76
Hex D3 AF C1 0 11 9 11 14A 1D 4C
Octal 323 257 301 0 21 11 21 512 35 114
Binary 11010011 10101111 11000001 0 10001 1001 10001 101001010 11101 1001100

Color Harmonies of #D3AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFC1

Black with #D3AFC1

Text Example


Text Example

White with #D3AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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