Html Css Color HEX #D6A7C8 Maverick

📋 copy color: '#D6A7C8'

red 214 ◦ green 167 ◦ blue 200

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

Shades of Maverick #D6A7C8

Tints of Maverick #D6A7C8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.74%

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

R = 36.83%
G = 28.74%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6A7C8 (or 0xD6A7C8) is known color: Maverick. HEX triplet: D6, A7 and C8. RGB value is (214,167,200). Sum of RGB (Red+Green+Blue) = 214+167+200=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A7C8 is #295837. Grayscale: #B8B8B8. Windows color (decimal): -2709560 or 13150166. OLE color: 13150166.

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

Color convert

RGB 214 167 200 -
CMYK 0 0.22 0.07 0.16
HSL 317.87º 0.36% 0.75% -
HSV(B) 317.87º 0.22% 0.84% -
XYZ 51.98 46.1 60.8 -
YUV 184.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 214 167 200 0 0.22 0.07 0.16 317.87 0.36 0.75
Hex D6 A7 C8 0 16 7 10 13E 24 4B
Octal 326 247 310 0 26 7 20 476 44 113
Binary 11010110 10100111 11001000 0 10110 111 10000 100111110 100100 1001011

Color Harmonies of #D6A7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A7C8

Black with #D6A7C8

Text Example


Text Example

White with #D6A7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A7C8; }

 p { color: rgb(214,167,200); }

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

background-color css

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

 a { background-color: rgb(214,167,200); }

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

border-color css

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

 span { border-color: rgb(214,167,200); }

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