Html Css Color HEX #DBACCB Maverick

📋 copy color: '#DBACCB'

red 219 ◦ green 172 ◦ blue 203

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

Shades of Maverick #DBACCB

Tints of Maverick #DBACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.96%

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

R = 36.87%
G = 28.96%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBACCB (or 0xDBACCB) is known color: Maverick. HEX triplet: DB, AC and CB. RGB value is (219,172,203). Sum of RGB (Red+Green+Blue) = 219+172+203=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACCB is #245334. Grayscale: #BDBDBD. Windows color (decimal): -2380597 or 13348059. OLE color: 13348059.

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

Color convert

RGB 219 172 203 -
CMYK 0 0.21 0.07 0.14
HSL 320.43º 0.39% 0.77% -
HSV(B) 320.43º 0.21% 0.86% -
XYZ 54.75 48.88 63.05 -
YUV 189.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 219 172 203 0 0.21 0.07 0.14 320.43 0.39 0.77
Hex DB AC CB 0 15 7 E 140 27 4D
Octal 333 254 313 0 25 7 16 500 47 115
Binary 11011011 10101100 11001011 0 10101 111 1110 101000000 100111 1001101

Color Harmonies of #DBACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACCB

Black with #DBACCB

Text Example


Text Example

White with #DBACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACCB; }

 p { color: rgb(219,172,203); }

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

background-color css

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

 a { background-color: rgb(219,172,203); }

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

border-color css

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

 span { border-color: rgb(219,172,203); }

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