Html Css Color HEX #D9AACB Maverick

📋 copy color: '#D9AACB'

red 217 ◦ green 170 ◦ blue 203

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

Shades of Maverick #D9AACB

Tints of Maverick #D9AACB

RGB

 RED value IS 217 (85.16% from 255) = 36.78%

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

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

R = 36.78%
G = 28.81%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9AACB (or 0xD9AACB) is known color: Maverick. HEX triplet: D9, AA and CB. RGB value is (217,170,203). Sum of RGB (Red+Green+Blue) = 217+170+203=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AACB is #265534. Grayscale: #BBBBBB. Windows color (decimal): -2512181 or 13347545. OLE color: 13347545.

HSL color Cylindrical-coordinate representation of color #D9AACB: hue angle of 317.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AACB is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 203 -
CMYK 0 0.22 0.06 0.15
HSL 317.87º 0.38% 0.76% -
HSV(B) 317.87º 0.22% 0.85% -
XYZ 53.77 47.81 62.89 -
YUV 187.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 217 170 203 0 0.22 0.06 0.15 317.87 0.38 0.76
Hex D9 AA CB 0 16 6 F 13E 26 4C
Octal 331 252 313 0 26 6 17 476 46 114
Binary 11011001 10101010 11001011 0 10110 110 1111 100111110 100110 1001100

Color Harmonies of #D9AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AACB

Black with #D9AACB

Text Example


Text Example

White with #D9AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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