#D3ADCA

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

Shades of Maverick #D3ADCA

Tints of Maverick #D3ADCA

Color information

#D3ADCA (or 0xD3ADCA) is unknown color: approx Maverick. HEX triplet: D3, AD and CA. RGB value is (211,173,202). Sum of RGB (Red+Green+Blue) = 211+173+202=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADCA is #2C5235. Grayscale: #BBBBBB. Windows color (decimal): -2904630 or 13282771. OLE color: 13282771.

HSL color Cylindrical-coordinate representation of color #D3ADCA: hue angle of 314.21º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ADCA is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211173202-
CMYK00.180.040.17
HSL314.21º30.16%75.29%-
HSV(B)314.21º18.01%82.75%-
XYZ52.474862.38-
YUV187.67136.09144.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=36.01%
G=29.52%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117320200.180.040.17314.2130.1675.29
HexD3ADCA01241113a1e4b
Octal32325531202242147236113
Binary11010011101011011100101001001010010001100111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADCA; }

 p { color: rgb(211,173,202); }

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

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

 a { background-color: rgb(211,173,202); }

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

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

 span { border-color: rgb(211,173,202); }

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