Html Css Color HEX #DBACC9 Maverick

📋 copy color: '#DBACC9'

red 219 ◦ green 172 ◦ blue 201

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

Shades of Maverick #DBACC9

Tints of Maverick #DBACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.95%

R = 36.99%
G = 29.05%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBACC9 (or 0xDBACC9) is known color: Maverick. HEX triplet: DB, AC and C9. RGB value is (219,172,201). Sum of RGB (Red+Green+Blue) = 219+172+201=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACC9 is #245336. Grayscale: #BDBDBD. Windows color (decimal): -2380599 or 13216987. OLE color: 13216987.

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

Color convert

RGB 219 172 201 -
CMYK 0 0.21 0.08 0.14
HSL 322.98º 0.39% 0.77% -
HSV(B) 322.98º 0.21% 0.86% -
XYZ 54.51 48.78 61.8 -
YUV 189.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 219 172 201 0 0.21 0.08 0.14 322.98 0.39 0.77
Hex DB AC C9 0 15 8 E 143 27 4D
Octal 333 254 311 0 25 10 16 503 47 115
Binary 11011011 10101100 11001001 0 10101 1000 1110 101000011 100111 1001101

Color Harmonies of #DBACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACC9

Black with #DBACC9

Text Example


Text Example

White with #DBACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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