#D2ADCA

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

Shades of Maverick #D2ADCA

Tints of Maverick #D2ADCA

Color information

#D2ADCA (or 0xD2ADCA) is unknown color: approx Maverick. HEX triplet: D2, AD and CA. RGB value is (210,173,202). Sum of RGB (Red+Green+Blue) = 210+173+202=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADCA is #2D5235. Grayscale: #BBBBBB. Windows color (decimal): -2970166 or 13282770. OLE color: 13282770.

HSL color Cylindrical-coordinate representation of color #D2ADCA: hue angle of 312.97º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ADCA is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210173202-
CMYK00.180.040.18
HSL312.97º29.13%75.1%-
HSV(B)312.97º17.62%82.35%-
XYZ52.1847.8562.36-
YUV187.37136.26144.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=35.90%
G=29.57%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017320200.180.040.18312.9729.1375.1
HexD2ADCA0124121391d4b
Octal32225531202242247135113
Binary11010010101011011100101001001010010010100111001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADCA; }

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

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

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

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

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

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

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

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