Html Css Color HEX #D4AEC6 Maverick

📋 copy color: '#D4AEC6'

red 212 ◦ green 174 ◦ blue 198

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

Shades of Maverick #D4AEC6

Tints of Maverick #D4AEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.9%

R = 36.3%
G = 29.79%
B = 33.9%

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

#D4AEC6 (or 0xD4AEC6) is known color: Maverick. HEX triplet: D4, AE and C6. RGB value is (212,174,198). Sum of RGB (Red+Green+Blue) = 212+174+198=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEC6 is #2B5139. Grayscale: #BCBCBC. Windows color (decimal): -2838842 or 13020884. OLE color: 13020884.

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

Color convert

RGB 212 174 198 -
CMYK 0 0.18 0.07 0.17
HSL 322.11º 0.31% 0.76% -
HSV(B) 322.11º 0.18% 0.83% -
XYZ 52.48 48.35 59.99 -
YUV 188.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 212 174 198 0 0.18 0.07 0.17 322.11 0.31 0.76
Hex D4 AE C6 0 12 7 11 142 1F 4C
Octal 324 256 306 0 22 7 21 502 37 114
Binary 11010100 10101110 11000110 0 10010 111 10001 101000010 11111 1001100

Color Harmonies of #D4AEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEC6

Black with #D4AEC6

Text Example


Text Example

White with #D4AEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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