#D5ADCB

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

Shades of Maverick #D5ADCB

Tints of Maverick #D5ADCB

Color information

#D5ADCB (or 0xD5ADCB) is unknown color: approx Maverick. HEX triplet: D5, AD and CB. RGB value is (213,173,203). Sum of RGB (Red+Green+Blue) = 213+173+203=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADCB is #2A5234. Grayscale: #BCBCBC. Windows color (decimal): -2773557 or 13348309. OLE color: 13348309.

HSL color Cylindrical-coordinate representation of color #D5ADCB: hue angle of 315º degrees, saturation: 0.32, 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 #D5ADCB is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213173203-
CMYK00.190.050.16
HSL315º32.26%75.69%-
HSV(B)315º18.78%83.53%-
XYZ53.1648.3563.03-
YUV188.38136.25145.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=36.16%
G=29.37%
B=34.47%

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
Decimal21317320300.190.050.1631532.2675.69
HexD5ADCB01351013b204c
Octal32525531302352047340114
Binary110101011010110111001011010011101100001001110111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADCB; }

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

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

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

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

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

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

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

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