Html Css Color HEX #D1ADC9 Maverick

📋 copy color: '#D1ADC9'

red 209 ◦ green 173 ◦ blue 201

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

Shades of Maverick #D1ADC9

Tints of Maverick #D1ADC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.48%

R = 35.85%
G = 29.67%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D1ADC9 (or 0xD1ADC9) is known color: Maverick. HEX triplet: D1, AD and C9. RGB value is (209,173,201). Sum of RGB (Red+Green+Blue) = 209+173+201=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADC9 is #2E5236. Grayscale: #BABABA. Windows color (decimal): -3035703 or 13217233. OLE color: 13217233.

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

Color convert

RGB 209 173 201 -
CMYK 0 0.17 0.04 0.18
HSL 313.33º 0.28% 0.75% -
HSV(B) 313.33º 0.17% 0.82% -
XYZ 51.78 47.66 61.73 -
YUV 186.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 209 173 201 0 0.17 0.04 0.18 313.33 0.28 0.75
Hex D1 AD C9 0 11 4 12 139 1C 4B
Octal 321 255 311 0 21 4 22 471 34 113
Binary 11010001 10101101 11001001 0 10001 100 10010 100111001 11100 1001011

Color Harmonies of #D1ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADC9

Black with #D1ADC9

Text Example


Text Example

White with #D1ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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