Html Css Color HEX #D3ADBE Maverick

📋 copy color: '#D3ADBE'

red 211 ◦ green 173 ◦ blue 190

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

Shades of Maverick #D3ADBE

Tints of Maverick #D3ADBE

RGB

 RED value IS 211 (82.81% from 255) = 36.76%

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

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

R = 36.76%
G = 30.14%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3ADBE (or 0xD3ADBE) is known color: Maverick. HEX triplet: D3, AD and BE. RGB value is (211,173,190). Sum of RGB (Red+Green+Blue) = 211+173+190=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADBE is #2C5241. Grayscale: #BABABA. Windows color (decimal): -2904642 or 12496339. OLE color: 12496339.

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

Color convert

RGB 211 173 190 -
CMYK 0 0.18 0.10 0.17
HSL 333.16º 0.3% 0.75% -
HSV(B) 333.16º 0.18% 0.83% -
XYZ 51.1 47.45 55.18 -
YUV 186.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 211 173 190 0 0.18 0.10 0.17 333.16 0.3 0.75
Hex D3 AD BE 0 12 A 11 14D 1E 4B
Octal 323 255 276 0 22 12 21 515 36 113
Binary 11010011 10101101 10111110 0 10010 1010 10001 101001101 11110 1001011

Color Harmonies of #D3ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADBE

Black with #D3ADBE

Text Example


Text Example

White with #D3ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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