#D8ADCB

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

Shades of Maverick #D8ADCB

Tints of Maverick #D8ADCB

Color information

#D8ADCB (or 0xD8ADCB) is unknown color: approx Maverick. HEX triplet: D8, AD and CB. RGB value is (216,173,203). Sum of RGB (Red+Green+Blue) = 216+173+203=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADCB is #275234. Grayscale: #BDBDBD. Windows color (decimal): -2576949 or 13348312. OLE color: 13348312.

HSL color Cylindrical-coordinate representation of color #D8ADCB: hue angle of 318.14º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ADCB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216173203-
CMYK00.200.060.15
HSL318.14º35.54%76.27%-
HSV(B)318.14º19.91%84.71%-
XYZ54.0448.863.07-
YUV189.28135.75147.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.49%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=36.49%
G=29.22%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617320300.200.060.15318.1435.5476.27
HexD8ADCB0146F13e244c
Octal33025531302461747644114
Binary11011000101011011100101101010011011111001111101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADCB; }

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

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

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

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

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

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

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

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