Html Css Color HEX #D4AACB Maverick

📋 copy color: '#D4AACB'

red 212 ◦ green 170 ◦ blue 203

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

Shades of Maverick #D4AACB

Tints of Maverick #D4AACB

RGB

 RED value IS 212 (83.2% from 255) = 36.24%

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

 BLUE value IS 203 (79.69% from 255) = 34.7%

R = 36.24%
G = 29.06%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4AACB (or 0xD4AACB) is known color: Maverick. HEX triplet: D4, AA and CB. RGB value is (212,170,203). Sum of RGB (Red+Green+Blue) = 212+170+203=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AACB is #2B5534. Grayscale: #BABABA. Windows color (decimal): -2839861 or 13347540. OLE color: 13347540.

HSL color Cylindrical-coordinate representation of color #D4AACB: hue angle of 312.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AACB is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 170 203 -
CMYK 0 0.20 0.04 0.17
HSL 312.86º 0.33% 0.75% -
HSV(B) 312.86º 0.2% 0.83% -
XYZ 52.31 47.06 62.83 -
YUV 186.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 212 170 203 0 0.20 0.04 0.17 312.86 0.33 0.75
Hex D4 AA CB 0 14 4 11 139 21 4B
Octal 324 252 313 0 24 4 21 471 41 113
Binary 11010100 10101010 11001011 0 10100 100 10001 100111001 100001 1001011

Color Harmonies of #D4AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AACB

Black with #D4AACB

Text Example


Text Example

White with #D4AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AACB; }

 p { color: rgb(212,170,203); }

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

background-color css

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

 a { background-color: rgb(212,170,203); }

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

border-color css

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

 span { border-color: rgb(212,170,203); }

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