Html Css Color HEX #DCB1EE Mauve

📋 copy color: '#DCB1EE'

red 220 ◦ green 177 ◦ blue 238

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

Shades of Mauve #DCB1EE

Tints of Mauve #DCB1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.87%

 BLUE value IS 238 (93.36% from 255) = 37.48%

R = 34.65%
G = 27.87%
B = 37.48%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCB1EE (or 0xDCB1EE) is known color: Mauve. HEX triplet: DC, B1 and EE. RGB value is (220,177,238). Sum of RGB (Red+Green+Blue) = 220+177+238=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB1EE is #234E11. Grayscale: #C4C4C4. Windows color (decimal): -2313746 or 15643100. OLE color: 15643100.

HSL color Cylindrical-coordinate representation of color #DCB1EE: hue angle of 282.3º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB1EE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 177 238 -
CMYK 0.08 0.26 0 0.07
HSL 282.3º 0.64% 0.81% -
HSV(B) 282.3º 0.26% 0.93% -
XYZ 60.67 52.83 87.89 -
YUV 196.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 220 177 238 0.08 0.26 0 0.07 282.3 0.64 0.81
Hex DC B1 EE 8 1A 0 7 11A 40 51
Octal 334 261 356 10 32 0 7 432 100 121
Binary 11011100 10110001 11101110 1000 11010 0 111 100011010 1000000 1010001

Color Harmonies of #DCB1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1EE

Black with #DCB1EE

Text Example


Text Example

White with #DCB1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1EE; }

 p { color: rgb(220,177,238); }

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

background-color css

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

 a { background-color: rgb(220,177,238); }

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

border-color css

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

 span { border-color: rgb(220,177,238); }

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