Html Css Color HEX #DCB2EE Mauve

📋 copy color: '#DCB2EE'

red 220 ◦ green 178 ◦ blue 238

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

Shades of Mauve #DCB2EE

Tints of Mauve #DCB2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.99%

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

R = 34.59%
G = 27.99%
B = 37.42%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCB2EE (or 0xDCB2EE) is known color: Mauve. HEX triplet: DC, B2 and EE. RGB value is (220,178,238). Sum of RGB (Red+Green+Blue) = 220+178+238=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2EE is #234D11. Grayscale: #C5C5C5. Windows color (decimal): -2313490 or 15643356. OLE color: 15643356.

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

Color convert

RGB 220 178 238 -
CMYK 0.08 0.25 0 0.07
HSL 282º 0.64% 0.82% -
HSV(B) 282º 0.25% 0.93% -
XYZ 60.87 53.23 87.96 -
YUV 197.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 220 178 238 0.08 0.25 0 0.07 282 0.64 0.82
Hex DC B2 EE 8 19 0 7 11A 40 52
Octal 334 262 356 10 31 0 7 432 100 122
Binary 11011100 10110010 11101110 1000 11001 0 111 100011010 1000000 1010010

Color Harmonies of #DCB2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2EE

Black with #DCB2EE

Text Example


Text Example

White with #DCB2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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