Html Css Color HEX #D7AEC2 Maverick

📋 copy color: '#D7AEC2'

red 215 ◦ green 174 ◦ blue 194

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

Shades of Maverick #D7AEC2

Tints of Maverick #D7AEC2

RGB

 RED value IS 215 (84.38% from 255) = 36.88%

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

 BLUE value IS 194 (76.17% from 255) = 33.28%

R = 36.88%
G = 29.85%
B = 33.28%

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

#D7AEC2 (or 0xD7AEC2) is known color: Maverick. HEX triplet: D7, AE and C2. RGB value is (215,174,194). Sum of RGB (Red+Green+Blue) = 215+174+194=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEC2 is #28513D. Grayscale: #BCBCBC. Windows color (decimal): -2642238 or 12758743. OLE color: 12758743.

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

Color convert

RGB 215 174 194 -
CMYK 0 0.19 0.10 0.16
HSL 330.73º 0.34% 0.76% -
HSV(B) 330.73º 0.19% 0.84% -
XYZ 52.9 48.61 57.63 -
YUV 188.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 215 174 194 0 0.19 0.10 0.16 330.73 0.34 0.76
Hex D7 AE C2 0 13 A 10 14B 22 4C
Octal 327 256 302 0 23 12 20 513 42 114
Binary 11010111 10101110 11000010 0 10011 1010 10000 101001011 100010 1001100

Color Harmonies of #D7AEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AEC2

Black with #D7AEC2

Text Example


Text Example

White with #D7AEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AEC2; }

 p { color: rgb(215,174,194); }

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

background-color css

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

 a { background-color: rgb(215,174,194); }

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

border-color css

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

 span { border-color: rgb(215,174,194); }

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