#D6A8CB

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

Shades of Maverick #D6A8CB

Tints of Maverick #D6A8CB

Color information

#D6A8CB (or 0xD6A8CB) is unknown color: approx Maverick. HEX triplet: D6, A8 and CB. RGB value is (214,168,203). Sum of RGB (Red+Green+Blue) = 214+168+203=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8CB is #295734. Grayscale: #B9B9B9. Windows color (decimal): -2709301 or 13347030. OLE color: 13347030.

HSL color Cylindrical-coordinate representation of color #D6A8CB: hue angle of 314.35º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6A8CB is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214168203-
CMYK00.210.050.16
HSL314.35º35.94%74.9%-
HSV(B)314.35º21.5%83.92%-
XYZ52.5146.6162.73-
YUV185.74137.74148.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 168 (66.02% from 255) = 28.72%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=36.58%
G=28.72%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416820300.210.050.16314.3535.9474.9
HexD6A8CB01551013a244b
Octal32625031302552047244113
Binary110101101010100011001011010101101100001001110101001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A8CB; }

 p { color: rgb(214,168,203); }

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

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

 a { background-color: rgb(214,168,203); }

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

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

 span { border-color: rgb(214,168,203); }

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