Html Css Color HEX #DEC1FE Mauve

📋 copy color: '#DEC1FE'

red 222 ◦ green 193 ◦ blue 254

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

Shades of Mauve #DEC1FE

Tints of Mauve #DEC1FE

RGB

 RED value IS 222 (87.11% from 255) = 33.18%

 GREEN value IS 193 (75.78% from 255) = 28.85%

 BLUE value IS 254 (99.61% from 255) = 37.97%

R = 33.18%
G = 28.85%
B = 37.97%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEC1FE (or 0xDEC1FE) is known color: Mauve. HEX triplet: DE, C1 and FE. RGB value is (222,193,254). Sum of RGB (Red+Green+Blue) = 222+193+254=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1FE is #213E01. Grayscale: #D0D0D0. Windows color (decimal): -2178562 or 16695774. OLE color: 16695774.

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

Color convert

RGB 222 193 254 -
CMYK 0.13 0.24 0 0.00
HSL 268.52º 0.97% 0.88% -
HSV(B) 268.52º 0.24% 1% -
XYZ 67.08 60.83 101.97 -
YUV 208.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 222 193 254 0.13 0.24 0 0.00 268.52 0.97 0.88
Hex DE C1 FE D 18 0 0 10D 61 58
Octal 336 301 376 15 30 0 0 415 141 130
Binary 11011110 11000001 11111110 1101 11000 0 0 100001101 1100001 1011000

Color Harmonies of #DEC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC1FE

Black with #DEC1FE

Text Example


Text Example

White with #DEC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC1FE; }

 p { color: rgb(222,193,254); }

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

background-color css

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

 a { background-color: rgb(222,193,254); }

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

border-color css

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

 span { border-color: rgb(222,193,254); }

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