Html Css Color HEX #DCBBEA Mauve

📋 copy color: '#DCBBEA'

red 220 ◦ green 187 ◦ blue 234

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

Shades of Mauve #DCBBEA

Tints of Mauve #DCBBEA

RGB

 RED value IS 220 (86.33% from 255) = 34.32%

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

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

R = 34.32%
G = 29.17%
B = 36.51%

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

#DCBBEA (or 0xDCBBEA) is known color: Mauve. HEX triplet: DC, BB and EA. RGB value is (220,187,234). Sum of RGB (Red+Green+Blue) = 220+187+234=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBEA is #234415. Grayscale: #CACACA. Windows color (decimal): -2311190 or 15383516. OLE color: 15383516.

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

Color convert

RGB 220 187 234 -
CMYK 0.06 0.20 0 0.08
HSL 282.13º 0.53% 0.83% -
HSV(B) 282.13º 0.2% 0.92% -
XYZ 62.14 56.7 85.51 -
YUV 202.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 220 187 234 0.06 0.20 0 0.08 282.13 0.53 0.83
Hex DC BB EA 6 14 0 8 11A 35 53
Octal 334 273 352 6 24 0 10 432 65 123
Binary 11011100 10111011 11101010 110 10100 0 1000 100011010 110101 1010011

Color Harmonies of #DCBBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBEA

Black with #DCBBEA

Text Example


Text Example

White with #DCBBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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