Html Css Color HEX #D5ACC4 Maverick

📋 copy color: '#D5ACC4'

red 213 ◦ green 172 ◦ blue 196

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

Shades of Maverick #D5ACC4

Tints of Maverick #D5ACC4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.6%

 BLUE value IS 196 (76.95% from 255) = 33.73%

R = 36.66%
G = 29.6%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5ACC4 (or 0xD5ACC4) is known color: Maverick. HEX triplet: D5, AC and C4. RGB value is (213,172,196). Sum of RGB (Red+Green+Blue) = 213+172+196=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACC4 is #2A533B. Grayscale: #BABABA. Windows color (decimal): -2773820 or 12889301. OLE color: 12889301.

HSL color Cylindrical-coordinate representation of color #D5ACC4: hue angle of 324.88º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ACC4 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 196 -
CMYK 0 0.19 0.08 0.16
HSL 324.88º 0.33% 0.75% -
HSV(B) 324.88º 0.19% 0.84% -
XYZ 52.16 47.64 58.67 -
YUV 187 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 213 172 196 0 0.19 0.08 0.16 324.88 0.33 0.75
Hex D5 AC C4 0 13 8 10 145 21 4B
Octal 325 254 304 0 23 10 20 505 41 113
Binary 11010101 10101100 11000100 0 10011 1000 10000 101000101 100001 1001011

Color Harmonies of #D5ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACC4

Black with #D5ACC4

Text Example


Text Example

White with #D5ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACC4; }

 p { color: rgb(213,172,196); }

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

background-color css

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

 a { background-color: rgb(213,172,196); }

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

border-color css

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

 span { border-color: rgb(213,172,196); }

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