Html Css Color HEX #D7AACB Maverick

📋 copy color: '#D7AACB'

red 215 ◦ green 170 ◦ blue 203

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

Shades of Maverick #D7AACB

Tints of Maverick #D7AACB

RGB

 RED value IS 215 (84.38% from 255) = 36.56%

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

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

R = 36.56%
G = 28.91%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7AACB (or 0xD7AACB) is known color: Maverick. HEX triplet: D7, AA and CB. RGB value is (215,170,203). Sum of RGB (Red+Green+Blue) = 215+170+203=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AACB is #285534. Grayscale: #BBBBBB. Windows color (decimal): -2643253 or 13347543. OLE color: 13347543.

HSL color Cylindrical-coordinate representation of color #D7AACB: hue angle of 316º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AACB is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 170 203 -
CMYK 0 0.21 0.06 0.16
HSL 316º 0.36% 0.75% -
HSV(B) 316º 0.21% 0.84% -
XYZ 53.18 47.51 62.87 -
YUV 187.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 215 170 203 0 0.21 0.06 0.16 316 0.36 0.75
Hex D7 AA CB 0 15 6 10 13C 24 4B
Octal 327 252 313 0 25 6 20 474 44 113
Binary 11010111 10101010 11001011 0 10101 110 10000 100111100 100100 1001011

Color Harmonies of #D7AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AACB

Black with #D7AACB

Text Example


Text Example

White with #D7AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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