#D4ADCB

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

Shades of Maverick #D4ADCB

Tints of Maverick #D4ADCB

Color information

#D4ADCB (or 0xD4ADCB) is unknown color: approx Maverick. HEX triplet: D4, AD and CB. RGB value is (212,173,203). Sum of RGB (Red+Green+Blue) = 212+173+203=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADCB is #2B5234. Grayscale: #BCBCBC. Windows color (decimal): -2839093 or 13348308. OLE color: 13348308.

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

Color convert

RGB212173203-
CMYK00.180.040.17
HSL313.85º31.2%75.49%-
HSV(B)313.85º18.4%83.14%-
XYZ52.8748.263.02-
YUV188.08136.42145.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=36.05%
G=29.42%
B=34.52%

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
Decimal21217320300.180.040.17313.8531.275.49
HexD4ADCB01241113a1f4b
Octal32425531302242147237113
Binary11010100101011011100101101001010010001100111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADCB; }

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

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

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

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

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

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

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

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