Html Css Color HEX #D4AEC5 Maverick

📋 copy color: '#D4AEC5'

red 212 ◦ green 174 ◦ blue 197

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

Shades of Maverick #D4AEC5

Tints of Maverick #D4AEC5

RGB

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

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

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

R = 36.36%
G = 29.85%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D4AEC5 (or 0xD4AEC5) is known color: Maverick. HEX triplet: D4, AE and C5. RGB value is (212,174,197). Sum of RGB (Red+Green+Blue) = 212+174+197=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEC5 is #2B513A. Grayscale: #BBBBBB. Windows color (decimal): -2838843 or 12955348. OLE color: 12955348.

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

Color convert

RGB 212 174 197 -
CMYK 0 0.18 0.07 0.17
HSL 323.68º 0.31% 0.76% -
HSV(B) 323.68º 0.18% 0.83% -
XYZ 52.37 48.3 59.39 -
YUV 187.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 212 174 197 0 0.18 0.07 0.17 323.68 0.31 0.76
Hex D4 AE C5 0 12 7 11 144 1F 4C
Octal 324 256 305 0 22 7 21 504 37 114
Binary 11010100 10101110 11000101 0 10010 111 10001 101000100 11111 1001100

Color Harmonies of #D4AEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEC5

Black with #D4AEC5

Text Example


Text Example

White with #D4AEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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