Html Css Color HEX #D3ADBF Maverick

📋 copy color: '#D3ADBF'

red 211 ◦ green 173 ◦ blue 191

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

Shades of Maverick #D3ADBF

Tints of Maverick #D3ADBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.22%

R = 36.7%
G = 30.09%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D3ADBF (or 0xD3ADBF) is known color: Maverick. HEX triplet: D3, AD and BF. RGB value is (211,173,191). Sum of RGB (Red+Green+Blue) = 211+173+191=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADBF is #2C5240. Grayscale: #BABABA. Windows color (decimal): -2904641 or 12561875. OLE color: 12561875.

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

Color convert

RGB 211 173 191 -
CMYK 0 0.18 0.09 0.17
HSL 331.58º 0.3% 0.75% -
HSV(B) 331.58º 0.18% 0.83% -
XYZ 51.21 47.5 55.76 -
YUV 186.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 211 173 191 0 0.18 0.09 0.17 331.58 0.3 0.75
Hex D3 AD BF 0 12 9 11 14C 1E 4B
Octal 323 255 277 0 22 11 21 514 36 113
Binary 11010011 10101101 10111111 0 10010 1001 10001 101001100 11110 1001011

Color Harmonies of #D3ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADBF

Black with #D3ADBF

Text Example


Text Example

White with #D3ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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