Html Css Color HEX #DCC2FF Mauve

📋 copy color: '#DCC2FF'

red 220 ◦ green 194 ◦ blue 255

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

Shades of Mauve #DCC2FF

Tints of Mauve #DCC2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29%

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

R = 32.88%
G = 29%
B = 38.12%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCC2FF (or 0xDCC2FF) is known color: Mauve. HEX triplet: DC, C2 and FF. RGB value is (220,194,255). Sum of RGB (Red+Green+Blue) = 220+194+255=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2FF is #233D00. Grayscale: #D0D0D0. Windows color (decimal): -2309377 or 16761564. OLE color: 16761564.

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

Color convert

RGB 220 194 255 -
CMYK 0.14 0.24 0 0
HSL 265.57º 1% 0.88% -
HSV(B) 265.57º 0.24% 1% -
XYZ 66.86 61.02 102.86 -
YUV 208.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 220 194 255 0.14 0.24 0 0 265.57 1 0.88
Hex DC C2 FF E 18 0 0 10A 64 58
Octal 334 302 377 16 30 0 0 412 144 130
Binary 11011100 11000010 11111111 1110 11000 0 0 100001010 1100100 1011000

Color Harmonies of #DCC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC2FF

Black with #DCC2FF

Text Example


Text Example

White with #DCC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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