#D9AFCC

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

Shades of Maverick #D9AFCC

Tints of Maverick #D9AFCC

Color information

#D9AFCC (or 0xD9AFCC) is unknown color: approx Maverick. HEX triplet: D9, AF and CC. RGB value is (217,175,204). Sum of RGB (Red+Green+Blue) = 217+175+204=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFCC is #265033. Grayscale: #BEBEBE. Windows color (decimal): -2510900 or 13414361. OLE color: 13414361.

HSL color Cylindrical-coordinate representation of color #D9AFCC: hue angle of 318.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFCC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217175204-
CMYK00.190.060.15
HSL318.57º35.59%76.86%-
HSV(B)318.57º19.35%85.1%-
XYZ54.8449.7763.84-
YUV190.86135.41146.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=36.41%
G=29.36%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717520400.190.060.15318.5735.5976.86
HexD9AFCC0136F13f244d
Octal33125731402361747744115
Binary11011001101011111100110001001111011111001111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFCC; }

 p { color: rgb(217,175,204); }

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

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

 a { background-color: rgb(217,175,204); }

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

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

 span { border-color: rgb(217,175,204); }

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