Html Css Color HEX #D2AEC1 Maverick

📋 copy color: '#D2AEC1'

red 210 ◦ green 174 ◦ blue 193

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

Shades of Maverick #D2AEC1

Tints of Maverick #D2AEC1

RGB

 RED value IS 210 (82.42% from 255) = 36.4%

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

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

R = 36.4%
G = 30.16%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D2AEC1 (or 0xD2AEC1) is known color: Maverick. HEX triplet: D2, AE and C1. RGB value is (210,174,193). Sum of RGB (Red+Green+Blue) = 210+174+193=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEC1 is #2D513E. Grayscale: #BABABA. Windows color (decimal): -2969919 or 12693202. OLE color: 12693202.

HSL color Cylindrical-coordinate representation of color #D2AEC1: hue angle of 328.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AEC1 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 174 193 -
CMYK 0 0.17 0.08 0.18
HSL 328.33º 0.29% 0.75% -
HSV(B) 328.33º 0.17% 0.82% -
XYZ 51.34 47.82 56.98 -
YUV 186.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 210 174 193 0 0.17 0.08 0.18 328.33 0.29 0.75
Hex D2 AE C1 0 11 8 12 148 1D 4B
Octal 322 256 301 0 21 10 22 510 35 113
Binary 11010010 10101110 11000001 0 10001 1000 10010 101001000 11101 1001011

Color Harmonies of #D2AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEC1

Black with #D2AEC1

Text Example


Text Example

White with #D2AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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