Html Css Color HEX #D0ACC6 Maverick

📋 copy color: '#D0ACC6'

red 208 ◦ green 172 ◦ blue 198

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

Shades of Maverick #D0ACC6

Tints of Maverick #D0ACC6

RGB

 RED value IS 208 (81.64% from 255) = 35.99%

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

 BLUE value IS 198 (77.73% from 255) = 34.26%

R = 35.99%
G = 29.76%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D0ACC6 (or 0xD0ACC6) is known color: Maverick. HEX triplet: D0, AC and C6. RGB value is (208,172,198). Sum of RGB (Red+Green+Blue) = 208+172+198=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACC6 is #2F5339. Grayscale: #B9B9B9. Windows color (decimal): -3101498 or 13020368. OLE color: 13020368.

HSL color Cylindrical-coordinate representation of color #D0ACC6: hue angle of 316.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ACC6 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 172 198 -
CMYK 0 0.17 0.05 0.18
HSL 316.67º 0.28% 0.75% -
HSV(B) 316.67º 0.17% 0.82% -
XYZ 50.96 46.99 59.81 -
YUV 185.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 208 172 198 0 0.17 0.05 0.18 316.67 0.28 0.75
Hex D0 AC C6 0 11 5 12 13D 1C 4B
Octal 320 254 306 0 21 5 22 475 34 113
Binary 11010000 10101100 11000110 0 10001 101 10010 100111101 11100 1001011

Color Harmonies of #D0ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACC6

Black with #D0ACC6

Text Example


Text Example

White with #D0ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACC6; }

 p { color: rgb(208,172,198); }

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

background-color css

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

 a { background-color: rgb(208,172,198); }

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

border-color css

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

 span { border-color: rgb(208,172,198); }

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