Html Css Color HEX #DCAACB Maverick

📋 copy color: '#DCAACB'

red 220 ◦ green 170 ◦ blue 203

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

Shades of Maverick #DCAACB

Tints of Maverick #DCAACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.23%

R = 37.1%
G = 28.67%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCAACB (or 0xDCAACB) is known color: Maverick. HEX triplet: DC, AA and CB. RGB value is (220,170,203). Sum of RGB (Red+Green+Blue) = 220+170+203=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAACB is #235534. Grayscale: #BCBCBC. Windows color (decimal): -2315573 or 13347548. OLE color: 13347548.

HSL color Cylindrical-coordinate representation of color #DCAACB: hue angle of 320.4º 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 #DCAACB is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 203 -
CMYK 0 0.23 0.08 0.14
HSL 320.4º 0.42% 0.76% -
HSV(B) 320.4º 0.23% 0.86% -
XYZ 54.67 48.28 62.94 -
YUV 188.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 220 170 203 0 0.23 0.08 0.14 320.4 0.42 0.76
Hex DC AA CB 0 17 8 E 140 2A 4C
Octal 334 252 313 0 27 10 16 500 52 114
Binary 11011100 10101010 11001011 0 10111 1000 1110 101000000 101010 1001100

Color Harmonies of #DCAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAACB

Black with #DCAACB

Text Example


Text Example

White with #DCAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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