Html Css Color HEX #D1ACBC Maverick

📋 copy color: '#D1ACBC'

red 209 ◦ green 172 ◦ blue 188

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

Shades of Maverick #D1ACBC

Tints of Maverick #D1ACBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.04%

R = 36.73%
G = 30.23%
B = 33.04%

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

#D1ACBC (or 0xD1ACBC) is known color: Maverick. HEX triplet: D1, AC and BC. RGB value is (209,172,188). Sum of RGB (Red+Green+Blue) = 209+172+188=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACBC is #2E5343. Grayscale: #B8B8B8. Windows color (decimal): -3035972 or 12365009. OLE color: 12365009.

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

Color convert

RGB 209 172 188 -
CMYK 0 0.18 0.10 0.18
HSL 334.05º 0.29% 0.75% -
HSV(B) 334.05º 0.18% 0.82% -
XYZ 50.12 46.69 53.95 -
YUV 184.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 209 172 188 0 0.18 0.10 0.18 334.05 0.29 0.75
Hex D1 AC BC 0 12 A 12 14E 1D 4B
Octal 321 254 274 0 22 12 22 516 35 113
Binary 11010001 10101100 10111100 0 10010 1010 10010 101001110 11101 1001011

Color Harmonies of #D1ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ACBC

Black with #D1ACBC

Text Example


Text Example

White with #D1ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ACBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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