Html Css Color HEX #DCB2FF Mauve

📋 copy color: '#DCB2FF'

red 220 ◦ green 178 ◦ blue 255

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

Shades of Mauve #DCB2FF

Tints of Mauve #DCB2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.05%

R = 33.69%
G = 27.26%
B = 39.05%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCB2FF (or 0xDCB2FF) is known color: Mauve. HEX triplet: DC, B2 and FF. RGB value is (220,178,255). Sum of RGB (Red+Green+Blue) = 220+178+255=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2FF is #234D00. Grayscale: #C7C7C7. Windows color (decimal): -2313473 or 16757468. OLE color: 16757468.

HSL color Cylindrical-coordinate representation of color #DCB2FF: hue angle of 272.73º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB2FF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 178 255 -
CMYK 0.14 0.30 0 0
HSL 272.73º 1% 0.85% -
HSV(B) 272.73º 0.3% 1% -
XYZ 63.49 54.28 101.74 -
YUV 199.34 159.41 142.74 -
System Red Green Blue C M Y K H S L
Decimal 220 178 255 0.14 0.30 0 0 272.73 1 0.85
Hex DC B2 FF E 1E 0 0 111 64 55
Octal 334 262 377 16 36 0 0 421 144 125
Binary 11011100 10110010 11111111 1110 11110 0 0 100010001 1100100 1010101

Color Harmonies of #DCB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2FF

Black with #DCB2FF

Text Example


Text Example

White with #DCB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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