Html Css Color HEX #DBAECC Maverick

📋 copy color: '#DBAECC'

red 219 ◦ green 174 ◦ blue 204

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

Shades of Maverick #DBAECC

Tints of Maverick #DBAECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.15%

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

R = 36.68%
G = 29.15%
B = 34.17%

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

#DBAECC (or 0xDBAECC) is known color: Maverick. HEX triplet: DB, AE and CC. RGB value is (219,174,204). Sum of RGB (Red+Green+Blue) = 219+174+204=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAECC is #245133. Grayscale: #BEBEBE. Windows color (decimal): -2380084 or 13414107. OLE color: 13414107.

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

Color convert

RGB 219 174 204 -
CMYK 0 0.21 0.07 0.14
HSL 320º 0.38% 0.77% -
HSV(B) 320º 0.21% 0.86% -
XYZ 55.25 49.69 63.81 -
YUV 190.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 219 174 204 0 0.21 0.07 0.14 320 0.38 0.77
Hex DB AE CC 0 15 7 E 140 26 4D
Octal 333 256 314 0 25 7 16 500 46 115
Binary 11011011 10101110 11001100 0 10101 111 1110 101000000 100110 1001101

Color Harmonies of #DBAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAECC

Black with #DBAECC

Text Example


Text Example

White with #DBAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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