Html Css Color HEX #DCB2EF Mauve

📋 copy color: '#DCB2EF'

red 220 ◦ green 178 ◦ blue 239

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

Shades of Mauve #DCB2EF

Tints of Mauve #DCB2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.52%

R = 34.54%
G = 27.94%
B = 37.52%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCB2EF (or 0xDCB2EF) is known color: Mauve. HEX triplet: DC, B2 and EF. RGB value is (220,178,239). Sum of RGB (Red+Green+Blue) = 220+178+239=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2EF is #234D10. Grayscale: #C5C5C5. Windows color (decimal): -2313489 or 15708892. OLE color: 15708892.

HSL color Cylindrical-coordinate representation of color #DCB2EF: hue angle of 281.31º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB2EF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 178 239 -
CMYK 0.08 0.26 0 0.06
HSL 281.31º 0.66% 0.82% -
HSV(B) 281.31º 0.26% 0.94% -
XYZ 61.02 53.29 88.73 -
YUV 197.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 220 178 239 0.08 0.26 0 0.06 281.31 0.66 0.82
Hex DC B2 EF 8 1A 0 6 119 42 52
Octal 334 262 357 10 32 0 6 431 102 122
Binary 11011100 10110010 11101111 1000 11010 0 110 100011001 1000010 1010010

Color Harmonies of #DCB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2EF

Black with #DCB2EF

Text Example


Text Example

White with #DCB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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