Html Css Color HEX #D1ADBE Maverick

📋 copy color: '#D1ADBE'

red 209 ◦ green 173 ◦ blue 190

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

Shades of Maverick #D1ADBE

Tints of Maverick #D1ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.22%

R = 36.54%
G = 30.24%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D1ADBE (or 0xD1ADBE) is known color: Maverick. HEX triplet: D1, AD and BE. RGB value is (209,173,190). Sum of RGB (Red+Green+Blue) = 209+173+190=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADBE is #2E5241. Grayscale: #B9B9B9. Windows color (decimal): -3035714 or 12496337. OLE color: 12496337.

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

Color convert

RGB 209 173 190 -
CMYK 0 0.17 0.09 0.18
HSL 331.67º 0.28% 0.75% -
HSV(B) 331.67º 0.17% 0.82% -
XYZ 50.53 47.16 55.15 -
YUV 185.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 209 173 190 0 0.17 0.09 0.18 331.67 0.28 0.75
Hex D1 AD BE 0 11 9 12 14C 1C 4B
Octal 321 255 276 0 21 11 22 514 34 113
Binary 11010001 10101101 10111110 0 10001 1001 10010 101001100 11100 1001011

Color Harmonies of #D1ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADBE

Black with #D1ADBE

Text Example


Text Example

White with #D1ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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