#D3AFCA

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

Shades of Maverick #D3AFCA

Tints of Maverick #D3AFCA

Color information

#D3AFCA (or 0xD3AFCA) is unknown color: approx Maverick. HEX triplet: D3, AF and CA. RGB value is (211,175,202). Sum of RGB (Red+Green+Blue) = 211+175+202=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFCA is #2C5035. Grayscale: #BCBCBC. Windows color (decimal): -2904118 or 13283283. OLE color: 13283283.

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

Color convert

RGB211175202-
CMYK00.170.040.17
HSL315º29.03%75.69%-
HSV(B)315º17.06%82.75%-
XYZ52.8548.7762.51-
YUV188.84135.43143.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.88%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=35.88%
G=29.76%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117520200.170.040.1731529.0375.69
HexD3AFCA01141113b1d4c
Octal32325731202142147335114
Binary11010011101011111100101001000110010001100111011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFCA; }

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

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

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

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

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

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

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

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