Html Css Color HEX #D6A8C5 Maverick

📋 copy color: '#D6A8C5'

red 214 ◦ green 168 ◦ blue 197

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

Shades of Maverick #D6A8C5

Tints of Maverick #D6A8C5

RGB

 RED value IS 214 (83.98% from 255) = 36.96%

 GREEN value IS 168 (66.02% from 255) = 29.02%

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

R = 36.96%
G = 29.02%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D6A8C5 (or 0xD6A8C5) is known color: Maverick. HEX triplet: D6, A8 and C5. RGB value is (214,168,197). Sum of RGB (Red+Green+Blue) = 214+168+197=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8C5 is #29573A. Grayscale: #B8B8B8. Windows color (decimal): -2709307 or 12953814. OLE color: 12953814.

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

Color convert

RGB 214 168 197 -
CMYK 0 0.21 0.08 0.16
HSL 322.17º 0.36% 0.75% -
HSV(B) 322.17º 0.21% 0.84% -
XYZ 51.81 46.33 59.04 -
YUV 185.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 214 168 197 0 0.21 0.08 0.16 322.17 0.36 0.75
Hex D6 A8 C5 0 15 8 10 142 24 4B
Octal 326 250 305 0 25 10 20 502 44 113
Binary 11010110 10101000 11000101 0 10101 1000 10000 101000010 100100 1001011

Color Harmonies of #D6A8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A8C5

Black with #D6A8C5

Text Example


Text Example

White with #D6A8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A8C5; }

 p { color: rgb(214,168,197); }

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

background-color css

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

 a { background-color: rgb(214,168,197); }

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

border-color css

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

 span { border-color: rgb(214,168,197); }

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