Html Css Color HEX #D1ADC0 Maverick

📋 copy color: '#D1ADC0'

red 209 ◦ green 173 ◦ blue 192

#D1ADC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #D1ADC0

Tints of Maverick #D1ADC0

RGB

 RED value IS 209 (82.03% from 255) = 36.41%

 GREEN value IS 173 (67.97% from 255) = 30.14%

 BLUE value IS 192 (75.39% from 255) = 33.45%

R = 36.41%
G = 30.14%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D1ADC0 (or 0xD1ADC0) is known color: Maverick. HEX triplet: D1, AD and C0. RGB value is (209,173,192). Sum of RGB (Red+Green+Blue) = 209+173+192=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADC0 is #2E523F. Grayscale: #B9B9B9. Windows color (decimal): -3035712 or 12627409. OLE color: 12627409.

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

Color convert

RGB 209 173 192 -
CMYK 0 0.17 0.08 0.18
HSL 328.33º 0.28% 0.75% -
HSV(B) 328.33º 0.17% 0.82% -
XYZ 50.75 47.25 56.31 -
YUV 185.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 209 173 192 0 0.17 0.08 0.18 328.33 0.28 0.75
Hex D1 AD C0 0 11 8 12 148 1C 4B
Octal 321 255 300 0 21 10 22 510 34 113
Binary 11010001 10101101 11000000 0 10001 1000 10010 101001000 11100 1001011

Color Harmonies of #D1ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADC0

Black with #D1ADC0

Text Example


Text Example

White with #D1ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADC0; }

 p { color: rgb(209,173,192); }

 H1.HeaderClassName
 {
   color: #D1ADC0;
 }
 .AnyTagClassName
 {
   color: #D1ADC0;
 }
</style>

background-color css

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

 a { background-color: rgb(209,173,192); }

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

border-color css

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

 span { border-color: rgb(209,173,192); }

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