Html Css Color HEX #D7ACC4 Maverick

📋 copy color: '#D7ACC4'

red 215 ◦ green 172 ◦ blue 196

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

Shades of Maverick #D7ACC4

Tints of Maverick #D7ACC4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.5%

 BLUE value IS 196 (76.95% from 255) = 33.62%

R = 36.88%
G = 29.5%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D7ACC4 (or 0xD7ACC4) is known color: Maverick. HEX triplet: D7, AC and C4. RGB value is (215,172,196). Sum of RGB (Red+Green+Blue) = 215+172+196=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACC4 is #28533B. Grayscale: #BBBBBB. Windows color (decimal): -2642748 or 12889303. OLE color: 12889303.

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

Color convert

RGB 215 172 196 -
CMYK 0 0.2 0.09 0.16
HSL 326.51º 0.35% 0.76% -
HSV(B) 326.51º 0.2% 0.84% -
XYZ 52.74 47.94 58.7 -
YUV 187.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 215 172 196 0 0.2 0.09 0.16 326.51 0.35 0.76
Hex D7 AC C4 0 14 9 10 147 23 4C
Octal 327 254 304 0 24 11 20 507 43 114
Binary 11010111 10101100 11000100 0 10100 1001 10000 101000111 100011 1001100

Color Harmonies of #D7ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACC4

Black with #D7ACC4

Text Example


Text Example

White with #D7ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACC4; }

 p { color: rgb(215,172,196); }

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

background-color css

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

 a { background-color: rgb(215,172,196); }

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

border-color css

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

 span { border-color: rgb(215,172,196); }

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