Html Css Color HEX #D5AEC5 Maverick

📋 copy color: '#D5AEC5'

red 213 ◦ green 174 ◦ blue 197

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

Shades of Maverick #D5AEC5

Tints of Maverick #D5AEC5

RGB

 RED value IS 213 (83.59% from 255) = 36.47%

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

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

R = 36.47%
G = 29.79%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5AEC5 (or 0xD5AEC5) is known color: Maverick. HEX triplet: D5, AE and C5. RGB value is (213,174,197). Sum of RGB (Red+Green+Blue) = 213+174+197=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEC5 is #2A513A. Grayscale: #BCBCBC. Windows color (decimal): -2773307 or 12955349. OLE color: 12955349.

HSL color Cylindrical-coordinate representation of color #D5AEC5: hue angle of 324.62º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AEC5 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 174 197 -
CMYK 0 0.18 0.08 0.16
HSL 324.62º 0.32% 0.76% -
HSV(B) 324.62º 0.18% 0.84% -
XYZ 52.65 48.45 59.4 -
YUV 188.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 213 174 197 0 0.18 0.08 0.16 324.62 0.32 0.76
Hex D5 AE C5 0 12 8 10 145 20 4C
Octal 325 256 305 0 22 10 20 505 40 114
Binary 11010101 10101110 11000101 0 10010 1000 10000 101000101 100000 1001100

Color Harmonies of #D5AEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEC5

Black with #D5AEC5

Text Example


Text Example

White with #D5AEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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