#D8AFCC

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

Shades of Maverick #D8AFCC

Tints of Maverick #D8AFCC

Color information

#D8AFCC (or 0xD8AFCC) is unknown color: approx Maverick. HEX triplet: D8, AF and CC. RGB value is (216,175,204). Sum of RGB (Red+Green+Blue) = 216+175+204=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFCC is #275033. Grayscale: #BEBEBE. Windows color (decimal): -2576436 or 13414360. OLE color: 13414360.

HSL color Cylindrical-coordinate representation of color #D8AFCC: hue angle of 317.56º degrees, saturation: 0.34, 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 #D8AFCC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216175204-
CMYK00.190.060.15
HSL317.56º34.45%76.67%-
HSV(B)317.56º18.98%84.71%-
XYZ54.5549.6263.83-
YUV190.56135.58146.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.30%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=36.30%
G=29.41%
B=34.29%

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
Decimal21617520400.190.060.15317.5634.4576.67
HexD8AFCC0136F13e224d
Octal33025731402361747642115
Binary11011000101011111100110001001111011111001111101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFCC; }

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

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

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

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

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

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

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

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