Html Css Color HEX #D7ABC8 Maverick

📋 copy color: '#D7ABC8'

red 215 ◦ green 171 ◦ blue 200

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

Shades of Maverick #D7ABC8

Tints of Maverick #D7ABC8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.18%

 BLUE value IS 200 (78.52% from 255) = 34.13%

R = 36.69%
G = 29.18%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D7ABC8 (or 0xD7ABC8) is known color: Maverick. HEX triplet: D7, AB and C8. RGB value is (215,171,200). Sum of RGB (Red+Green+Blue) = 215+171+200=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABC8 is #285437. Grayscale: #BBBBBB. Windows color (decimal): -2643000 or 13151191. OLE color: 13151191.

HSL color Cylindrical-coordinate representation of color #D7ABC8: hue angle of 320.45º 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 #D7ABC8 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 171 200 -
CMYK 0 0.20 0.07 0.16
HSL 320.45º 0.35% 0.76% -
HSV(B) 320.45º 0.2% 0.84% -
XYZ 53.01 47.74 61.06 -
YUV 187.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 215 171 200 0 0.20 0.07 0.16 320.45 0.35 0.76
Hex D7 AB C8 0 14 7 10 140 23 4C
Octal 327 253 310 0 24 7 20 500 43 114
Binary 11010111 10101011 11001000 0 10100 111 10000 101000000 100011 1001100

Color Harmonies of #D7ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABC8

Black with #D7ABC8

Text Example


Text Example

White with #D7ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABC8; }

 p { color: rgb(215,171,200); }

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

background-color css

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

 a { background-color: rgb(215,171,200); }

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

border-color css

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

 span { border-color: rgb(215,171,200); }

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