Html Css Color HEX #D1A4BC Maverick

📋 copy color: '#D1A4BC'

red 209 ◦ green 164 ◦ blue 188

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

Shades of Maverick #D1A4BC

Tints of Maverick #D1A4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.23%

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

R = 37.25%
G = 29.23%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D1A4BC (or 0xD1A4BC) is known color: Maverick. HEX triplet: D1, A4 and BC. RGB value is (209,164,188). Sum of RGB (Red+Green+Blue) = 209+164+188=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A4BC is #2E5B43. Grayscale: #B4B4B4. Windows color (decimal): -3038020 or 12362961. OLE color: 12362961.

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

Color convert

RGB 209 164 188 -
CMYK 0 0.22 0.10 0.18
HSL 328º 0.33% 0.73% -
HSV(B) 328º 0.22% 0.82% -
XYZ 48.65 43.74 53.46 -
YUV 180.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 209 164 188 0 0.22 0.10 0.18 328 0.33 0.73
Hex D1 A4 BC 0 16 A 12 148 21 49
Octal 321 244 274 0 26 12 22 510 41 111
Binary 11010001 10100100 10111100 0 10110 1010 10010 101001000 100001 1001001

Color Harmonies of #D1A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A4BC

Black with #D1A4BC

Text Example


Text Example

White with #D1A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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