Html Css Color HEX #DBA8C9 Maverick

📋 copy color: '#DBA8C9'

red 219 ◦ green 168 ◦ blue 201

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

Shades of Maverick #DBA8C9

Tints of Maverick #DBA8C9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.57%

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

R = 37.24%
G = 28.57%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBA8C9 (or 0xDBA8C9) is known color: Maverick. HEX triplet: DB, A8 and C9. RGB value is (219,168,201). Sum of RGB (Red+Green+Blue) = 219+168+201=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8C9 is #245736. Grayscale: #BABABA. Windows color (decimal): -2381623 or 13215963. OLE color: 13215963.

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

Color convert

RGB 219 168 201 -
CMYK 0 0.23 0.08 0.14
HSL 321.18º 0.41% 0.76% -
HSV(B) 321.18º 0.23% 0.86% -
XYZ 53.76 47.28 61.55 -
YUV 187.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 219 168 201 0 0.23 0.08 0.14 321.18 0.41 0.76
Hex DB A8 C9 0 17 8 E 141 29 4C
Octal 333 250 311 0 27 10 16 501 51 114
Binary 11011011 10101000 11001001 0 10111 1000 1110 101000001 101001 1001100

Color Harmonies of #DBA8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8C9

Black with #DBA8C9

Text Example


Text Example

White with #DBA8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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