Html Css Color HEX #DBAAC7 Maverick

📋 copy color: '#DBAAC7'

red 219 ◦ green 170 ◦ blue 199

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

Shades of Maverick #DBAAC7

Tints of Maverick #DBAAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.84%

R = 37.24%
G = 28.91%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBAAC7 (or 0xDBAAC7) is known color: Maverick. HEX triplet: DB, AA and C7. RGB value is (219,170,199). Sum of RGB (Red+Green+Blue) = 219+170+199=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAC7 is #245538. Grayscale: #BBBBBB. Windows color (decimal): -2381113 or 13085403. OLE color: 13085403.

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

Color convert

RGB 219 170 199 -
CMYK 0 0.22 0.09 0.14
HSL 324.49º 0.4% 0.76% -
HSV(B) 324.49º 0.22% 0.86% -
XYZ 53.9 47.93 60.44 -
YUV 187.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 219 170 199 0 0.22 0.09 0.14 324.49 0.4 0.76
Hex DB AA C7 0 16 9 E 144 28 4C
Octal 333 252 307 0 26 11 16 504 50 114
Binary 11011011 10101010 11000111 0 10110 1001 1110 101000100 101000 1001100

Color Harmonies of #DBAAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAC7

Black with #DBAAC7

Text Example


Text Example

White with #DBAAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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