Html Css Color HEX #D1AABB Maverick

📋 copy color: '#D1AABB'

red 209 ◦ green 170 ◦ blue 187

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

Shades of Maverick #D1AABB

Tints of Maverick #D1AABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.04%

 BLUE value IS 187 (73.44% from 255) = 33.04%

R = 36.93%
G = 30.04%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1AABB (or 0xD1AABB) is known color: Maverick. HEX triplet: D1, AA and BB. RGB value is (209,170,187). Sum of RGB (Red+Green+Blue) = 209+170+187=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AABB is #2E5544. Grayscale: #B7B7B7. Windows color (decimal): -3036485 or 12298961. OLE color: 12298961.

HSL color Cylindrical-coordinate representation of color #D1AABB: hue angle of 333.85º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AABB is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 170 187 -
CMYK 0 0.19 0.11 0.18
HSL 333.85º 0.3% 0.74% -
HSV(B) 333.85º 0.19% 0.82% -
XYZ 49.64 45.89 53.26 -
YUV 183.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 209 170 187 0 0.19 0.11 0.18 333.85 0.3 0.74
Hex D1 AA BB 0 13 B 12 14E 1E 4A
Octal 321 252 273 0 23 13 22 516 36 112
Binary 11010001 10101010 10111011 0 10011 1011 10010 101001110 11110 1001010

Color Harmonies of #D1AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AABB

Black with #D1AABB

Text Example


Text Example

White with #D1AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AABB; }

 p { color: rgb(209,170,187); }

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

background-color css

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

 a { background-color: rgb(209,170,187); }

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

border-color css

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

 span { border-color: rgb(209,170,187); }

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