Html Css Color HEX #D5AACB Maverick

📋 copy color: '#D5AACB'

red 213 ◦ green 170 ◦ blue 203

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

Shades of Maverick #D5AACB

Tints of Maverick #D5AACB

RGB

 RED value IS 213 (83.59% from 255) = 36.35%

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

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

R = 36.35%
G = 29.01%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5AACB (or 0xD5AACB) is known color: Maverick. HEX triplet: D5, AA and CB. RGB value is (213,170,203). Sum of RGB (Red+Green+Blue) = 213+170+203=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AACB is #2A5534. Grayscale: #BABABA. Windows color (decimal): -2774325 or 13347541. OLE color: 13347541.

HSL color Cylindrical-coordinate representation of color #D5AACB: hue angle of 313.95º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AACB is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 203 -
CMYK 0 0.20 0.05 0.16
HSL 313.95º 0.34% 0.75% -
HSV(B) 313.95º 0.2% 0.84% -
XYZ 52.59 47.21 62.84 -
YUV 186.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 213 170 203 0 0.20 0.05 0.16 313.95 0.34 0.75
Hex D5 AA CB 0 14 5 10 13A 22 4B
Octal 325 252 313 0 24 5 20 472 42 113
Binary 11010101 10101010 11001011 0 10100 101 10000 100111010 100010 1001011

Color Harmonies of #D5AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AACB

Black with #D5AACB

Text Example


Text Example

White with #D5AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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