Html Css Color HEX #D5ABBE Maverick

📋 copy color: '#D5ABBE'

red 213 ◦ green 171 ◦ blue 190

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

Shades of Maverick #D5ABBE

Tints of Maverick #D5ABBE

RGB

 RED value IS 213 (83.59% from 255) = 37.11%

 GREEN value IS 171 (67.19% from 255) = 29.79%

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

R = 37.11%
G = 29.79%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5ABBE (or 0xD5ABBE) is known color: Maverick. HEX triplet: D5, AB and BE. RGB value is (213,171,190). Sum of RGB (Red+Green+Blue) = 213+171+190=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABBE is #2A5441. Grayscale: #B9B9B9. Windows color (decimal): -2774082 or 12495829. OLE color: 12495829.

HSL color Cylindrical-coordinate representation of color #D5ABBE: hue angle of 332.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABBE is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 190 -
CMYK 0 0.20 0.11 0.16
HSL 332.86º 0.33% 0.75% -
HSV(B) 332.86º 0.2% 0.84% -
XYZ 51.3 46.99 55.08 -
YUV 185.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 213 171 190 0 0.20 0.11 0.16 332.86 0.33 0.75
Hex D5 AB BE 0 14 B 10 14D 21 4B
Octal 325 253 276 0 24 13 20 515 41 113
Binary 11010101 10101011 10111110 0 10100 1011 10000 101001101 100001 1001011

Color Harmonies of #D5ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABBE

Black with #D5ABBE

Text Example


Text Example

White with #D5ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABBE; }

 p { color: rgb(213,171,190); }

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

background-color css

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

 a { background-color: rgb(213,171,190); }

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

border-color css

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

 span { border-color: rgb(213,171,190); }

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