Html Css Color HEX #DBAACA Maverick

📋 copy color: '#DBAACA'

red 219 ◦ green 170 ◦ blue 202

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

Shades of Maverick #DBAACA

Tints of Maverick #DBAACA

RGB

 RED value IS 219 (85.94% from 255) = 37.06%

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

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

R = 37.06%
G = 28.76%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBAACA (or 0xDBAACA) is known color: Maverick. HEX triplet: DB, AA and CA. RGB value is (219,170,202). Sum of RGB (Red+Green+Blue) = 219+170+202=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAACA is #245535. Grayscale: #BCBCBC. Windows color (decimal): -2381110 or 13282011. OLE color: 13282011.

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

Color convert

RGB 219 170 202 -
CMYK 0 0.22 0.08 0.14
HSL 320.82º 0.4% 0.76% -
HSV(B) 320.82º 0.22% 0.86% -
XYZ 54.25 48.07 62.3 -
YUV 188.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 219 170 202 0 0.22 0.08 0.14 320.82 0.4 0.76
Hex DB AA CA 0 16 8 E 141 28 4C
Octal 333 252 312 0 26 10 16 501 50 114
Binary 11011011 10101010 11001010 0 10110 1000 1110 101000001 101000 1001100

Color Harmonies of #DBAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAACA

Black with #DBAACA

Text Example


Text Example

White with #DBAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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