#D1AFCA

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

Shades of Maverick #D1AFCA

Tints of Maverick #D1AFCA

Color information

#D1AFCA (or 0xD1AFCA) is unknown color: approx Maverick. HEX triplet: D1, AF and CA. RGB value is (209,175,202). Sum of RGB (Red+Green+Blue) = 209+175+202=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFCA is #2E5035. Grayscale: #BCBCBC. Windows color (decimal): -3035190 or 13283281. OLE color: 13283281.

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

Color convert

RGB209175202-
CMYK00.160.030.18
HSL312.35º26.98%75.29%-
HSV(B)312.35º16.27%81.96%-
XYZ52.2948.4862.48-
YUV188.24135.76142.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=35.67%
G=29.86%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917520200.160.030.18312.3526.9875.29
HexD1AFCA0103121381b4b
Octal32125731202032247033113
Binary1101000110101111110010100100001110010100111000110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFCA; }

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

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

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

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

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

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

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

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