#D0ABC4

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

Shades of Maverick #D0ABC4

Tints of Maverick #D0ABC4

Color information

#D0ABC4 (or 0xD0ABC4) is unknown color: approx Maverick. HEX triplet: D0, AB and C4. RGB value is (208,171,196). Sum of RGB (Red+Green+Blue) = 208+171+196=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABC4 is #2F543B. Grayscale: #B8B8B8. Windows color (decimal): -3101756 or 12889040. OLE color: 12889040.

HSL color Cylindrical-coordinate representation of color #D0ABC4: hue angle of 319.46º 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 #D0ABC4 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208171196-
CMYK00.180.060.18
HSL319.46º28.24%74.31%-
HSV(B)319.46º17.79%81.57%-
XYZ50.5446.5258.54-
YUV184.91134.26144.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=36.17%
G=29.74%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817119600.180.060.18319.4628.2474.31
HexD0ABC401261213f1c4a
Octal32025330402262247734112
Binary11010000101010111100010001001011010010100111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABC4; }

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

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

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

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

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

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

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

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