Html Css Color HEX #DBBBEA Mauve

📋 copy color: '#DBBBEA'

red 219 ◦ green 187 ◦ blue 234

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

Shades of Mauve #DBBBEA

Tints of Mauve #DBBBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.22%

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 34.22%
G = 29.22%
B = 36.56%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBBBEA (or 0xDBBBEA) is known color: Mauve. HEX triplet: DB, BB and EA. RGB value is (219,187,234). Sum of RGB (Red+Green+Blue) = 219+187+234=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBEA is #244415. Grayscale: #C9C9C9. Windows color (decimal): -2376726 or 15383515. OLE color: 15383515.

HSL color Cylindrical-coordinate representation of color #DBBBEA: hue angle of 280.85º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBBEA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 187 234 -
CMYK 0.06 0.20 0 0.08
HSL 280.85º 0.53% 0.83% -
HSV(B) 280.85º 0.2% 0.92% -
XYZ 61.84 56.54 85.5 -
YUV 201.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 219 187 234 0.06 0.20 0 0.08 280.85 0.53 0.83
Hex DB BB EA 6 14 0 8 119 35 53
Octal 333 273 352 6 24 0 10 431 65 123
Binary 11011011 10111011 11101010 110 10100 0 1000 100011001 110101 1010011

Color Harmonies of #DBBBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBEA

Black with #DBBBEA

Text Example


Text Example

White with #DBBBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBEA; }

 p { color: rgb(219,187,234); }

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

background-color css

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

 a { background-color: rgb(219,187,234); }

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

border-color css

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

 span { border-color: rgb(219,187,234); }

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