Html Css Color HEX #D7AEC5 Maverick

📋 copy color: '#D7AEC5'

red 215 ◦ green 174 ◦ blue 197

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

Shades of Maverick #D7AEC5

Tints of Maverick #D7AEC5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.69%

 BLUE value IS 197 (77.34% from 255) = 33.62%

R = 36.69%
G = 29.69%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D7AEC5 (or 0xD7AEC5) is known color: Maverick. HEX triplet: D7, AE and C5. RGB value is (215,174,197). Sum of RGB (Red+Green+Blue) = 215+174+197=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEC5 is #28513A. Grayscale: #BCBCBC. Windows color (decimal): -2642235 or 12955351. OLE color: 12955351.

HSL color Cylindrical-coordinate representation of color #D7AEC5: hue angle of 326.34º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AEC5 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 174 197 -
CMYK 0 0.19 0.08 0.16
HSL 326.34º 0.34% 0.76% -
HSV(B) 326.34º 0.19% 0.84% -
XYZ 53.24 48.75 59.43 -
YUV 188.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 215 174 197 0 0.19 0.08 0.16 326.34 0.34 0.76
Hex D7 AE C5 0 13 8 10 146 22 4C
Octal 327 256 305 0 23 10 20 506 42 114
Binary 11010111 10101110 11000101 0 10011 1000 10000 101000110 100010 1001100

Color Harmonies of #D7AEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AEC5

Black with #D7AEC5

Text Example


Text Example

White with #D7AEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AEC5; }

 p { color: rgb(215,174,197); }

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

background-color css

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

 a { background-color: rgb(215,174,197); }

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

border-color css

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

 span { border-color: rgb(215,174,197); }

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