#D3ADCB

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

Shades of Maverick #D3ADCB

Tints of Maverick #D3ADCB

Color information

#D3ADCB (or 0xD3ADCB) is unknown color: approx Maverick. HEX triplet: D3, AD and CB. RGB value is (211,173,203). Sum of RGB (Red+Green+Blue) = 211+173+203=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADCB is #2C5234. Grayscale: #BBBBBB. Windows color (decimal): -2904629 or 13348307. OLE color: 13348307.

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

Color convert

RGB211173203-
CMYK00.180.040.17
HSL312.63º30.16%75.29%-
HSV(B)312.63º18.01%82.75%-
XYZ52.5948.0563-
YUV187.78136.59144.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=35.95%
G=29.47%
B=34.58%

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
Decimal21117320300.180.040.17312.6330.1675.29
HexD3ADCB0124111391e4b
Octal32325531302242147136113
Binary11010011101011011100101101001010010001100111001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADCB; }

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

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

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

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

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

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

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

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