#D0ABC7

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

Shades of Maverick #D0ABC7

Tints of Maverick #D0ABC7

Color information

#D0ABC7 (or 0xD0ABC7) is unknown color: approx Maverick. HEX triplet: D0, AB and C7. RGB value is (208,171,199). Sum of RGB (Red+Green+Blue) = 208+171+199=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABC7 is #2F5438. Grayscale: #B9B9B9. Windows color (decimal): -3101753 or 13085648. OLE color: 13085648.

HSL color Cylindrical-coordinate representation of color #D0ABC7: hue angle of 314.59º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0ABC7 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB208171199-
CMYK00.180.040.18
HSL314.59º28.24%74.31%-
HSV(B)314.59º17.79%81.57%-
XYZ50.8846.6660.36-
YUV185.26135.76144.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=35.99%
G=29.58%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817119900.180.040.18314.5928.2474.31
HexD0ABC701241213b1c4a
Octal32025330702242247334112
Binary11010000101010111100011101001010010010100111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABC7; }

 p { color: rgb(208,171,199); }

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

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

 a { background-color: rgb(208,171,199); }

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

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

 span { border-color: rgb(208,171,199); }

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