Html Css Color HEX #DCB0EE Mauve

📋 copy color: '#DCB0EE'

red 220 ◦ green 176 ◦ blue 238

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

Shades of Mauve #DCB0EE

Tints of Mauve #DCB0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.76%

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

R = 34.7%
G = 27.76%
B = 37.54%

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

#DCB0EE (or 0xDCB0EE) is known color: Mauve. HEX triplet: DC, B0 and EE. RGB value is (220,176,238). Sum of RGB (Red+Green+Blue) = 220+176+238=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0EE is #234F11. Grayscale: #C4C4C4. Windows color (decimal): -2314002 or 15642844. OLE color: 15642844.

HSL color Cylindrical-coordinate representation of color #DCB0EE: hue angle of 282.58º degrees, saturation: 0.65, 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 #DCB0EE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 176 238 -
CMYK 0.08 0.26 0 0.07
HSL 282.58º 0.65% 0.81% -
HSV(B) 282.58º 0.26% 0.93% -
XYZ 60.47 52.44 87.82 -
YUV 196.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 220 176 238 0.08 0.26 0 0.07 282.58 0.65 0.81
Hex DC B0 EE 8 1A 0 7 11B 41 51
Octal 334 260 356 10 32 0 7 433 101 121
Binary 11011100 10110000 11101110 1000 11010 0 111 100011011 1000001 1010001

Color Harmonies of #DCB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0EE

Black with #DCB0EE

Text Example


Text Example

White with #DCB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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