#D6AFCA

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

Shades of Maverick #D6AFCA

Tints of Maverick #D6AFCA

Color information

#D6AFCA (or 0xD6AFCA) is unknown color: approx Maverick. HEX triplet: D6, AF and CA. RGB value is (214,175,202). Sum of RGB (Red+Green+Blue) = 214+175+202=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFCA is #295035. Grayscale: #BDBDBD. Windows color (decimal): -2707510 or 13283286. OLE color: 13283286.

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

Color convert

RGB214175202-
CMYK00.180.060.16
HSL318.46º32.23%76.27%-
HSV(B)318.46º18.22%83.92%-
XYZ53.7249.2262.55-
YUV189.74134.92145.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=36.21%
G=29.61%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417520200.180.060.16318.4632.2376.27
HexD6AFCA01261013e204c
Octal32625731202262047640114
Binary110101101010111111001010010010110100001001111101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFCA; }

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

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

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

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

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

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

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

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