#D5AFC1

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

Shades of Maverick #D5AFC1

Tints of Maverick #D5AFC1

Color information

#D5AFC1 (or 0xD5AFC1) is unknown color: approx Maverick. HEX triplet: D5, AF and C1. RGB value is (213,175,193). Sum of RGB (Red+Green+Blue) = 213+175+193=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFC1 is #2A503E. Grayscale: #BCBCBC. Windows color (decimal): -2773055 or 12693461. OLE color: 12693461.

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

Color convert

RGB213175193-
CMYK00.180.090.16
HSL331.58º31.15%76.08%-
HSV(B)331.58º17.84%83.53%-
XYZ52.448.6657.08-
YUV188.41130.59145.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=36.66%
G=30.12%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317519300.180.090.16331.5831.1576.08
HexD5AFC101291014c1f4c
Octal325257301022112051437114
Binary110101011010111111000001010010100110000101001100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFC1; }

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

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

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

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

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

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

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

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