Html Css Color HEX #DEC1FF Mauve

📋 copy color: '#DEC1FF'

red 222 ◦ green 193 ◦ blue 255

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

Shades of Mauve #DEC1FF

Tints of Mauve #DEC1FF

RGB

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

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

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

R = 33.13%
G = 28.81%
B = 38.06%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEC1FF (or 0xDEC1FF) is known color: Mauve. HEX triplet: DE, C1 and FF. RGB value is (222,193,255). Sum of RGB (Red+Green+Blue) = 222+193+255=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 193 (75.78% from 255 or 28.81% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1FF is #213E00. Grayscale: #D0D0D0. Windows color (decimal): -2178561 or 16761310. OLE color: 16761310.

HSL color Cylindrical-coordinate representation of color #DEC1FF: hue angle of 268.06º 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 #DEC1FF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 222 193 255 -
CMYK 0.13 0.24 0 0
HSL 268.06º 1% 0.88% -
HSV(B) 268.06º 0.24% 1% -
XYZ 67.24 60.89 102.82 -
YUV 208.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 222 193 255 0.13 0.24 0 0 268.06 1 0.88
Hex DE C1 FF D 18 0 0 10C 64 58
Octal 336 301 377 15 30 0 0 414 144 130
Binary 11011110 11000001 11111111 1101 11000 0 0 100001100 1100100 1011000

Color Harmonies of #DEC1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC1FF

Black with #DEC1FF

Text Example


Text Example

White with #DEC1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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