#D5AFC7

Color #D5AFC7 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D5AFC7

Tints of Maverick #D5AFC7

Color information

#D5AFC7 (or 0xD5AFC7) is unknown color: approx Maverick. HEX triplet: D5, AF and C7. RGB value is (213,175,199). Sum of RGB (Red+Green+Blue) = 213+175+199=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFC7 is #2A5038. Grayscale: #BDBDBD. Windows color (decimal): -2773049 or 13086677. OLE color: 13086677.

HSL color Cylindrical-coordinate representation of color #D5AFC7: hue angle of 322.11º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AFC7 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213175199-
CMYK00.180.070.16
HSL322.11º31.15%76.08%-
HSV(B)322.11º17.84%83.53%-
XYZ53.0848.9360.68-
YUV189.1133.59145.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 199 (78.12% from 255) = 33.90%
R=36.29%
G=29.81%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317519900.180.070.16322.1131.1576.08
HexD5AFC70127101421f4c
Octal32525730702272050237114
Binary11010101101011111100011101001011110000101000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFC7; }

 p { color: rgb(213,175,199); }

 H1.HeaderClassName
 {
   color: #D5AFC7;
 }
 .AnyTagClassName
 {
   color: #D5AFC7;
 }
</style>
background-color css

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

 a { background-color: rgb(213,175,199); }

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

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

 span { border-color: rgb(213,175,199); }

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