Html Css Color HEX #D5ABC2 Maverick

📋 copy color: '#D5ABC2'

red 213 ◦ green 171 ◦ blue 194

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

Shades of Maverick #D5ABC2

Tints of Maverick #D5ABC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.56%

R = 36.85%
G = 29.58%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D5ABC2 (or 0xD5ABC2) is known color: Maverick. HEX triplet: D5, AB and C2. RGB value is (213,171,194). Sum of RGB (Red+Green+Blue) = 213+171+194=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABC2 is #2A543D. Grayscale: #BABABA. Windows color (decimal): -2774078 or 12757973. OLE color: 12757973.

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

Color convert

RGB 213 171 194 -
CMYK 0 0.20 0.09 0.16
HSL 327.14º 0.33% 0.75% -
HSV(B) 327.14º 0.2% 0.84% -
XYZ 51.74 47.17 57.42 -
YUV 186.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 213 171 194 0 0.20 0.09 0.16 327.14 0.33 0.75
Hex D5 AB C2 0 14 9 10 147 21 4B
Octal 325 253 302 0 24 11 20 507 41 113
Binary 11010101 10101011 11000010 0 10100 1001 10000 101000111 100001 1001011

Color Harmonies of #D5ABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABC2

Black with #D5ABC2

Text Example


Text Example

White with #D5ABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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