Html Css Color HEX #D6AEC1 Maverick

📋 copy color: '#D6AEC1'

red 214 ◦ green 174 ◦ blue 193

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

Shades of Maverick #D6AEC1

Tints of Maverick #D6AEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.22%

R = 36.83%
G = 29.95%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D6AEC1 (or 0xD6AEC1) is known color: Maverick. HEX triplet: D6, AE and C1. RGB value is (214,174,193). Sum of RGB (Red+Green+Blue) = 214+174+193=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEC1 is #29513E. Grayscale: #BCBCBC. Windows color (decimal): -2707775 or 12693206. OLE color: 12693206.

HSL color Cylindrical-coordinate representation of color #D6AEC1: hue angle of 331.5º degrees, saturation: 0.33, 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 #D6AEC1 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 193 -
CMYK 0 0.19 0.10 0.16
HSL 331.5º 0.33% 0.76% -
HSV(B) 331.5º 0.19% 0.84% -
XYZ 52.49 48.42 57.03 -
YUV 188.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 214 174 193 0 0.19 0.10 0.16 331.5 0.33 0.76
Hex D6 AE C1 0 13 A 10 14C 21 4C
Octal 326 256 301 0 23 12 20 514 41 114
Binary 11010110 10101110 11000001 0 10011 1010 10000 101001100 100001 1001100

Color Harmonies of #D6AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEC1

Black with #D6AEC1

Text Example


Text Example

White with #D6AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEC1; }

 p { color: rgb(214,174,193); }

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

background-color css

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

 a { background-color: rgb(214,174,193); }

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

border-color css

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

 span { border-color: rgb(214,174,193); }

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