Html Css Color HEX #D4AEC1 Maverick

📋 copy color: '#D4AEC1'

red 212 ◦ green 174 ◦ blue 193

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

Shades of Maverick #D4AEC1

Tints of Maverick #D4AEC1

RGB

 RED value IS 212 (83.2% from 255) = 36.61%

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

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

R = 36.61%
G = 30.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D4AEC1 (or 0xD4AEC1) is known color: Maverick. HEX triplet: D4, AE and C1. RGB value is (212,174,193). Sum of RGB (Red+Green+Blue) = 212+174+193=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEC1 is #2B513E. Grayscale: #BBBBBB. Windows color (decimal): -2838847 or 12693204. OLE color: 12693204.

HSL color Cylindrical-coordinate representation of color #D4AEC1: hue angle of 330º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AEC1 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 174 193 -
CMYK 0 0.18 0.09 0.17
HSL 330º 0.31% 0.76% -
HSV(B) 330º 0.18% 0.83% -
XYZ 51.91 48.12 57 -
YUV 187.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 212 174 193 0 0.18 0.09 0.17 330 0.31 0.76
Hex D4 AE C1 0 12 9 11 14A 1F 4C
Octal 324 256 301 0 22 11 21 512 37 114
Binary 11010100 10101110 11000001 0 10010 1001 10001 101001010 11111 1001100

Color Harmonies of #D4AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEC1

Black with #D4AEC1

Text Example


Text Example

White with #D4AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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