Html Css Color HEX #D4ABBE Maverick

📋 copy color: '#D4ABBE'

red 212 ◦ green 171 ◦ blue 190

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

Shades of Maverick #D4ABBE

Tints of Maverick #D4ABBE

RGB

 RED value IS 212 (83.2% from 255) = 37%

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

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

R = 37%
G = 29.84%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D4ABBE (or 0xD4ABBE) is known color: Maverick. HEX triplet: D4, AB and BE. RGB value is (212,171,190). Sum of RGB (Red+Green+Blue) = 212+171+190=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABBE is #2B5441. Grayscale: #B9B9B9. Windows color (decimal): -2839618 or 12495828. OLE color: 12495828.

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

Color convert

RGB 212 171 190 -
CMYK 0 0.19 0.10 0.17
HSL 332.2º 0.32% 0.75% -
HSV(B) 332.2º 0.19% 0.83% -
XYZ 51.01 46.84 55.07 -
YUV 185.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 212 171 190 0 0.19 0.10 0.17 332.2 0.32 0.75
Hex D4 AB BE 0 13 A 11 14C 20 4B
Octal 324 253 276 0 23 12 21 514 40 113
Binary 11010100 10101011 10111110 0 10011 1010 10001 101001100 100000 1001011

Color Harmonies of #D4ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABBE

Black with #D4ABBE

Text Example


Text Example

White with #D4ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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