Html Css Color HEX #D5AEC2 Maverick

📋 copy color: '#D5AEC2'

red 213 ◦ green 174 ◦ blue 194

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

Shades of Maverick #D5AEC2

Tints of Maverick #D5AEC2

RGB

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

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

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

R = 36.66%
G = 29.95%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D5AEC2 (or 0xD5AEC2) is known color: Maverick. HEX triplet: D5, AE and C2. RGB value is (213,174,194). Sum of RGB (Red+Green+Blue) = 213+174+194=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEC2 is #2A513D. Grayscale: #BBBBBB. Windows color (decimal): -2773310 or 12758741. OLE color: 12758741.

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

Color convert

RGB 213 174 194 -
CMYK 0 0.18 0.09 0.16
HSL 329.23º 0.32% 0.76% -
HSV(B) 329.23º 0.18% 0.84% -
XYZ 52.31 48.31 57.61 -
YUV 187.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 213 174 194 0 0.18 0.09 0.16 329.23 0.32 0.76
Hex D5 AE C2 0 12 9 10 149 20 4C
Octal 325 256 302 0 22 11 20 511 40 114
Binary 11010101 10101110 11000010 0 10010 1001 10000 101001001 100000 1001100

Color Harmonies of #D5AEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEC2

Black with #D5AEC2

Text Example


Text Example

White with #D5AEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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