#D2ADC3

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

Shades of Maverick #D2ADC3

Tints of Maverick #D2ADC3

Color information

#D2ADC3 (or 0xD2ADC3) is unknown color: approx Maverick. HEX triplet: D2, AD and C3. RGB value is (210,173,195). Sum of RGB (Red+Green+Blue) = 210+173+195=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADC3 is #2D523C. Grayscale: #BABABA. Windows color (decimal): -2970173 or 12824018. OLE color: 12824018.

HSL color Cylindrical-coordinate representation of color #D2ADC3: hue angle of 324.32º 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 #D2ADC3 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB210173195-
CMYK00.180.070.18
HSL324.32º29.13%75.1%-
HSV(B)324.32º17.62%82.35%-
XYZ51.3747.5358.1-
YUV186.57132.76144.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.33%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 195 (76.56% from 255) = 33.74%
R=36.33%
G=29.93%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017319500.180.070.18324.3229.1375.1
HexD2ADC30127121441d4b
Octal32225530302272250435113
Binary11010010101011011100001101001011110010101000100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADC3; }

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

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

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

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

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

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

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

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