#D6ADCB

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

Shades of Maverick #D6ADCB

Tints of Maverick #D6ADCB

Color information

#D6ADCB (or 0xD6ADCB) is unknown color: approx Maverick. HEX triplet: D6, AD and CB. RGB value is (214,173,203). Sum of RGB (Red+Green+Blue) = 214+173+203=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADCB is #295234. Grayscale: #BCBCBC. Windows color (decimal): -2708021 or 13348310. OLE color: 13348310.

HSL color Cylindrical-coordinate representation of color #D6ADCB: hue angle of 316.1º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6ADCB is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214173203-
CMYK00.190.050.16
HSL316.1º33.33%75.88%-
HSV(B)316.1º19.16%83.92%-
XYZ53.4548.563.04-
YUV188.68136.08146.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=36.27%
G=29.32%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417320300.190.050.16316.133.3375.88
HexD6ADCB01351013c214c
Octal32625531302352047441114
Binary110101101010110111001011010011101100001001111001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADCB; }

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

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

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

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

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

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

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

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