Html Css Color HEX #D3AFC3 Maverick

📋 copy color: '#D3AFC3'

red 211 ◦ green 175 ◦ blue 195

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

Shades of Maverick #D3AFC3

Tints of Maverick #D3AFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.56%

R = 36.32%
G = 30.12%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D3AFC3 (or 0xD3AFC3) is known color: Maverick. HEX triplet: D3, AF and C3. RGB value is (211,175,195). Sum of RGB (Red+Green+Blue) = 211+175+195=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFC3 is #2C503C. Grayscale: #BCBCBC. Windows color (decimal): -2904125 or 12824531. OLE color: 12824531.

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

Color convert

RGB 211 175 195 -
CMYK 0 0.17 0.08 0.17
HSL 326.67º 0.29% 0.76% -
HSV(B) 326.67º 0.17% 0.83% -
XYZ 52.04 48.45 58.24 -
YUV 188.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 211 175 195 0 0.17 0.08 0.17 326.67 0.29 0.76
Hex D3 AF C3 0 11 8 11 147 1D 4C
Octal 323 257 303 0 21 10 21 507 35 114
Binary 11010011 10101111 11000011 0 10001 1000 10001 101000111 11101 1001100

Color Harmonies of #D3AFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFC3

Black with #D3AFC3

Text Example


Text Example

White with #D3AFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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