#D7ADCA

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

Shades of Maverick #D7ADCA

Tints of Maverick #D7ADCA

Color information

#D7ADCA (or 0xD7ADCA) is unknown color: approx Maverick. HEX triplet: D7, AD and CA. RGB value is (215,173,202). Sum of RGB (Red+Green+Blue) = 215+173+202=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADCA is #285235. Grayscale: #BCBCBC. Windows color (decimal): -2642486 or 13282775. OLE color: 13282775.

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

Color convert

RGB215173202-
CMYK00.200.060.16
HSL318.57º34.43%76.08%-
HSV(B)318.57º19.53%84.31%-
XYZ53.6348.662.43-
YUV188.86135.41146.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=36.44%
G=29.32%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517320200.200.060.16318.5734.4376.08
HexD7ADCA01461013f224c
Octal32725531202462047742114
Binary110101111010110111001010010100110100001001111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADCA; }

 p { color: rgb(215,173,202); }

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

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

 a { background-color: rgb(215,173,202); }

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

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

 span { border-color: rgb(215,173,202); }

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