#D6ADCA

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

Shades of Maverick #D6ADCA

Tints of Maverick #D6ADCA

Color information

#D6ADCA (or 0xD6ADCA) is unknown color: approx Maverick. HEX triplet: D6, AD and CA. RGB value is (214,173,202). Sum of RGB (Red+Green+Blue) = 214+173+202=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADCA is #295235. Grayscale: #BCBCBC. Windows color (decimal): -2708022 or 13282774. OLE color: 13282774.

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

Color convert

RGB214173202-
CMYK00.190.060.16
HSL317.56º33.33%75.88%-
HSV(B)317.56º19.16%83.92%-
XYZ53.3448.4562.42-
YUV188.56135.58146.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=36.33%
G=29.37%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417320200.190.060.16317.5633.3375.88
HexD6ADCA01361013e214c
Octal32625531202362047641114
Binary110101101010110111001010010011110100001001111101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADCA; }

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

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

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

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

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

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

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

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