Html Css Color HEX #DBA9CC Maverick

📋 copy color: '#DBA9CC'

red 219 ◦ green 169 ◦ blue 204

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

Shades of Maverick #DBA9CC

Tints of Maverick #DBA9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.55%

 BLUE value IS 204 (80.08% from 255) = 34.46%

R = 36.99%
G = 28.55%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBA9CC (or 0xDBA9CC) is known color: Maverick. HEX triplet: DB, A9 and CC. RGB value is (219,169,204). Sum of RGB (Red+Green+Blue) = 219+169+204=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9CC is #245633. Grayscale: #BBBBBB. Windows color (decimal): -2381364 or 13412827. OLE color: 13412827.

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

Color convert

RGB 219 169 204 -
CMYK 0 0.23 0.07 0.14
HSL 318º 0.41% 0.76% -
HSV(B) 318º 0.23% 0.86% -
XYZ 54.3 47.8 63.49 -
YUV 187.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 219 169 204 0 0.23 0.07 0.14 318 0.41 0.76
Hex DB A9 CC 0 17 7 E 13E 29 4C
Octal 333 251 314 0 27 7 16 476 51 114
Binary 11011011 10101001 11001100 0 10111 111 1110 100111110 101001 1001100

Color Harmonies of #DBA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9CC

Black with #DBA9CC

Text Example


Text Example

White with #DBA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9CC; }

 p { color: rgb(219,169,204); }

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

background-color css

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

 a { background-color: rgb(219,169,204); }

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

border-color css

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

 span { border-color: rgb(219,169,204); }

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