Html Css Color HEX #D1ACBD Maverick

📋 copy color: '#D1ACBD'

red 209 ◦ green 172 ◦ blue 189

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

Shades of Maverick #D1ACBD

Tints of Maverick #D1ACBD

RGB

 RED value IS 209 (82.03% from 255) = 36.67%

 GREEN value IS 172 (67.58% from 255) = 30.18%

 BLUE value IS 189 (74.22% from 255) = 33.16%

R = 36.67%
G = 30.18%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D1ACBD (or 0xD1ACBD) is known color: Maverick. HEX triplet: D1, AC and BD. RGB value is (209,172,189). Sum of RGB (Red+Green+Blue) = 209+172+189=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACBD is #2E5342. Grayscale: #B8B8B8. Windows color (decimal): -3035971 or 12430545. OLE color: 12430545.

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

Color convert

RGB 209 172 189 -
CMYK 0 0.18 0.10 0.18
HSL 332.43º 0.29% 0.75% -
HSV(B) 332.43º 0.18% 0.82% -
XYZ 50.23 46.73 54.52 -
YUV 185 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 209 172 189 0 0.18 0.10 0.18 332.43 0.29 0.75
Hex D1 AC BD 0 12 A 12 14C 1D 4B
Octal 321 254 275 0 22 12 22 514 35 113
Binary 11010001 10101100 10111101 0 10010 1010 10010 101001100 11101 1001011

Color Harmonies of #D1ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ACBD

Black with #D1ACBD

Text Example


Text Example

White with #D1ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ACBD; }

 p { color: rgb(209,172,189); }

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

background-color css

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

 a { background-color: rgb(209,172,189); }

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

border-color css

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

 span { border-color: rgb(209,172,189); }

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