Html Css Color HEX #D8AACA Maverick

📋 copy color: '#D8AACA'

red 216 ◦ green 170 ◦ blue 202

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

Shades of Maverick #D8AACA

Tints of Maverick #D8AACA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.91%

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

R = 36.73%
G = 28.91%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8AACA (or 0xD8AACA) is known color: Maverick. HEX triplet: D8, AA and CA. RGB value is (216,170,202). Sum of RGB (Red+Green+Blue) = 216+170+202=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AACA is #275535. Grayscale: #BBBBBB. Windows color (decimal): -2577718 or 13282008. OLE color: 13282008.

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

Color convert

RGB 216 170 202 -
CMYK 0 0.21 0.06 0.15
HSL 318.26º 0.37% 0.76% -
HSV(B) 318.26º 0.21% 0.85% -
XYZ 53.35 47.61 62.26 -
YUV 187.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 216 170 202 0 0.21 0.06 0.15 318.26 0.37 0.76
Hex D8 AA CA 0 15 6 F 13E 25 4C
Octal 330 252 312 0 25 6 17 476 45 114
Binary 11011000 10101010 11001010 0 10101 110 1111 100111110 100101 1001100

Color Harmonies of #D8AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AACA

Black with #D8AACA

Text Example


Text Example

White with #D8AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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