Html Css Color HEX #D8AECA Maverick

📋 copy color: '#D8AECA'

red 216 ◦ green 174 ◦ blue 202

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

Shades of Maverick #D8AECA

Tints of Maverick #D8AECA

RGB

 RED value IS 216 (84.77% from 255) = 36.49%

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

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

R = 36.49%
G = 29.39%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8AECA (or 0xD8AECA) is known color: Maverick. HEX triplet: D8, AE and CA. RGB value is (216,174,202). Sum of RGB (Red+Green+Blue) = 216+174+202=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AECA is #275135. Grayscale: #BDBDBD. Windows color (decimal): -2576694 or 13283032. OLE color: 13283032.

HSL color Cylindrical-coordinate representation of color #D8AECA: hue angle of 320º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AECA is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 202 -
CMYK 0 0.19 0.06 0.15
HSL 320º 0.35% 0.76% -
HSV(B) 320º 0.19% 0.85% -
XYZ 54.12 49.14 62.51 -
YUV 189.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 216 174 202 0 0.19 0.06 0.15 320 0.35 0.76
Hex D8 AE CA 0 13 6 F 140 23 4C
Octal 330 256 312 0 23 6 17 500 43 114
Binary 11011000 10101110 11001010 0 10011 110 1111 101000000 100011 1001100

Color Harmonies of #D8AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AECA

Black with #D8AECA

Text Example


Text Example

White with #D8AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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