Html Css Color HEX #DCBBE9 Mauve

📋 copy color: '#DCBBE9'

red 220 ◦ green 187 ◦ blue 233

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

Shades of Mauve #DCBBE9

Tints of Mauve #DCBBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.41%

R = 34.38%
G = 29.22%
B = 36.41%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCBBE9 (or 0xDCBBE9) is known color: Mauve. HEX triplet: DC, BB and E9. RGB value is (220,187,233). Sum of RGB (Red+Green+Blue) = 220+187+233=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBE9 is #234416. Grayscale: #C9C9C9. Windows color (decimal): -2311191 or 15317980. OLE color: 15317980.

HSL color Cylindrical-coordinate representation of color #DCBBE9: hue angle of 283.04º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBBE9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 187 233 -
CMYK 0.06 0.20 0 0.09
HSL 283.04º 0.51% 0.82% -
HSV(B) 283.04º 0.2% 0.91% -
XYZ 61.99 56.64 84.76 -
YUV 202.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 220 187 233 0.06 0.20 0 0.09 283.04 0.51 0.82
Hex DC BB E9 6 14 0 9 11B 33 52
Octal 334 273 351 6 24 0 11 433 63 122
Binary 11011100 10111011 11101001 110 10100 0 1001 100011011 110011 1010010

Color Harmonies of #DCBBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBE9

Black with #DCBBE9

Text Example


Text Example

White with #DCBBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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