Html Css Color HEX #DEC0F1 Mauve

📋 copy color: '#DEC0F1'

red 222 ◦ green 192 ◦ blue 241

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

Shades of Mauve #DEC0F1

Tints of Mauve #DEC0F1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.31%

 BLUE value IS 241 (94.53% from 255) = 36.79%

R = 33.89%
G = 29.31%
B = 36.79%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEC0F1 (or 0xDEC0F1) is known color: Mauve. HEX triplet: DE, C0 and F1. RGB value is (222,192,241). Sum of RGB (Red+Green+Blue) = 222+192+241=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0F1 is #213F0E. Grayscale: #CECECE. Windows color (decimal): -2178831 or 15843550. OLE color: 15843550.

HSL color Cylindrical-coordinate representation of color #DEC0F1: hue angle of 276.73º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEC0F1 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 192 241 -
CMYK 0.08 0.20 0 0.05
HSL 276.73º 0.64% 0.85% -
HSV(B) 276.73º 0.2% 0.95% -
XYZ 64.85 59.58 91.3 -
YUV 206.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 222 192 241 0.08 0.20 0 0.05 276.73 0.64 0.85
Hex DE C0 F1 8 14 0 5 115 40 55
Octal 336 300 361 10 24 0 5 425 100 125
Binary 11011110 11000000 11110001 1000 10100 0 101 100010101 1000000 1010101

Color Harmonies of #DEC0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC0F1

Black with #DEC0F1

Text Example


Text Example

White with #DEC0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC0F1; }

 p { color: rgb(222,192,241); }

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

background-color css

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

 a { background-color: rgb(222,192,241); }

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

border-color css

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

 span { border-color: rgb(222,192,241); }

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