Html Css Color HEX #DCAACC Maverick

📋 copy color: '#DCAACC'

red 220 ◦ green 170 ◦ blue 204

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

Shades of Maverick #DCAACC

Tints of Maverick #DCAACC

RGB

 RED value IS 220 (86.33% from 255) = 37.04%

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

 BLUE value IS 204 (80.08% from 255) = 34.34%

R = 37.04%
G = 28.62%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCAACC (or 0xDCAACC) is known color: Maverick. HEX triplet: DC, AA and CC. RGB value is (220,170,204). Sum of RGB (Red+Green+Blue) = 220+170+204=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAACC is #235533. Grayscale: #BCBCBC. Windows color (decimal): -2315572 or 13413084. OLE color: 13413084.

HSL color Cylindrical-coordinate representation of color #DCAACC: hue angle of 319.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAACC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 204 -
CMYK 0 0.23 0.07 0.14
HSL 319.2º 0.42% 0.76% -
HSV(B) 319.2º 0.23% 0.86% -
XYZ 54.79 48.32 63.57 -
YUV 188.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 220 170 204 0 0.23 0.07 0.14 319.2 0.42 0.76
Hex DC AA CC 0 17 7 E 13F 2A 4C
Octal 334 252 314 0 27 7 16 477 52 114
Binary 11011100 10101010 11001100 0 10111 111 1110 100111111 101010 1001100

Color Harmonies of #DCAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAACC

Black with #DCAACC

Text Example


Text Example

White with #DCAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAACC; }

 p { color: rgb(220,170,204); }

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

background-color css

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

 a { background-color: rgb(220,170,204); }

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

border-color css

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

 span { border-color: rgb(220,170,204); }

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