Html Css Color HEX #D5AEC0 Maverick

📋 copy color: '#D5AEC0'

red 213 ◦ green 174 ◦ blue 192

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

Shades of Maverick #D5AEC0

Tints of Maverick #D5AEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.16%

R = 36.79%
G = 30.05%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5AEC0 (or 0xD5AEC0) is known color: Maverick. HEX triplet: D5, AE and C0. RGB value is (213,174,192). Sum of RGB (Red+Green+Blue) = 213+174+192=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEC0 is #2A513F. Grayscale: #BBBBBB. Windows color (decimal): -2773312 or 12627669. OLE color: 12627669.

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

Color convert

RGB 213 174 192 -
CMYK 0 0.18 0.10 0.16
HSL 332.31º 0.32% 0.76% -
HSV(B) 332.31º 0.18% 0.84% -
XYZ 52.09 48.22 56.43 -
YUV 187.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 213 174 192 0 0.18 0.10 0.16 332.31 0.32 0.76
Hex D5 AE C0 0 12 A 10 14C 20 4C
Octal 325 256 300 0 22 12 20 514 40 114
Binary 11010101 10101110 11000000 0 10010 1010 10000 101001100 100000 1001100

Color Harmonies of #D5AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEC0

Black with #D5AEC0

Text Example


Text Example

White with #D5AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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