#D6A9CB

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

Shades of Maverick #D6A9CB

Tints of Maverick #D6A9CB

Color information

#D6A9CB (or 0xD6A9CB) is unknown color: approx Maverick. HEX triplet: D6, A9 and CB. RGB value is (214,169,203). Sum of RGB (Red+Green+Blue) = 214+169+203=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A9CB is #295634. Grayscale: #BABABA. Windows color (decimal): -2709045 or 13347286. OLE color: 13347286.

HSL color Cylindrical-coordinate representation of color #D6A9CB: hue angle of 314.67º degrees, saturation: 0.35, 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 #D6A9CB is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214169203-
CMYK00.210.050.16
HSL314.67º35.43%75.1%-
HSV(B)314.67º21.03%83.92%-
XYZ52.746.9862.79-
YUV186.33137.41147.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 169 (66.41% from 255) = 28.84%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=36.52%
G=28.84%
B=34.64%

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
Decimal21416920300.210.050.16314.6735.4375.1
HexD6A9CB01551013b234b
Octal32625131302552047343113
Binary110101101010100111001011010101101100001001110111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A9CB; }

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

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

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

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

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

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

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

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