Html Css Color HEX #DBABC5 Maverick

📋 copy color: '#DBABC5'

red 219 ◦ green 171 ◦ blue 197

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

Shades of Maverick #DBABC5

Tints of Maverick #DBABC5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.13%

 BLUE value IS 197 (77.34% from 255) = 33.56%

R = 37.31%
G = 29.13%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DBABC5 (or 0xDBABC5) is known color: Maverick. HEX triplet: DB, AB and C5. RGB value is (219,171,197). Sum of RGB (Red+Green+Blue) = 219+171+197=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABC5 is #24543A. Grayscale: #BCBCBC. Windows color (decimal): -2380859 or 12954587. OLE color: 12954587.

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

Color convert

RGB 219 171 197 -
CMYK 0 0.22 0.10 0.14
HSL 327.5º 0.4% 0.76% -
HSV(B) 327.5º 0.22% 0.86% -
XYZ 53.85 48.22 59.29 -
YUV 188.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 219 171 197 0 0.22 0.10 0.14 327.5 0.4 0.76
Hex DB AB C5 0 16 A E 148 28 4C
Octal 333 253 305 0 26 12 16 510 50 114
Binary 11011011 10101011 11000101 0 10110 1010 1110 101001000 101000 1001100

Color Harmonies of #DBABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABC5

Black with #DBABC5

Text Example


Text Example

White with #DBABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABC5; }

 p { color: rgb(219,171,197); }

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

background-color css

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

 a { background-color: rgb(219,171,197); }

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

border-color css

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

 span { border-color: rgb(219,171,197); }

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