Html Css Color HEX #D5AECA Maverick

📋 copy color: '#D5AECA'

red 213 ◦ green 174 ◦ blue 202

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

Shades of Maverick #D5AECA

Tints of Maverick #D5AECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.3%

R = 36.16%
G = 29.54%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5AECA (or 0xD5AECA) is known color: Maverick. HEX triplet: D5, AE and CA. RGB value is (213,174,202). Sum of RGB (Red+Green+Blue) = 213+174+202=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AECA is #2A5135. Grayscale: #BCBCBC. Windows color (decimal): -2773302 or 13283029. OLE color: 13283029.

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

Color convert

RGB 213 174 202 -
CMYK 0 0.18 0.05 0.16
HSL 316.92º 0.32% 0.76% -
HSV(B) 316.92º 0.18% 0.84% -
XYZ 53.24 48.68 62.47 -
YUV 188.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 213 174 202 0 0.18 0.05 0.16 316.92 0.32 0.76
Hex D5 AE CA 0 12 5 10 13D 20 4C
Octal 325 256 312 0 22 5 20 475 40 114
Binary 11010101 10101110 11001010 0 10010 101 10000 100111101 100000 1001100

Color Harmonies of #D5AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AECA

Black with #D5AECA

Text Example


Text Example

White with #D5AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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