Html Css Color HEX #DEC0FB Mauve

📋 copy color: '#DEC0FB'

red 222 ◦ green 192 ◦ blue 251

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

Shades of Mauve #DEC0FB

Tints of Mauve #DEC0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.74%

R = 33.38%
G = 28.87%
B = 37.74%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEC0FB (or 0xDEC0FB) is known color: Mauve. HEX triplet: DE, C0 and FB. RGB value is (222,192,251). Sum of RGB (Red+Green+Blue) = 222+192+251=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0FB is #213F04. Grayscale: #CFCFCF. Windows color (decimal): -2178821 or 16498910. OLE color: 16498910.

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

Color convert

RGB 222 192 251 -
CMYK 0.12 0.24 0 0.02
HSL 270.51º 0.88% 0.87% -
HSV(B) 270.51º 0.24% 0.98% -
XYZ 66.39 60.19 99.39 -
YUV 207.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 222 192 251 0.12 0.24 0 0.02 270.51 0.88 0.87
Hex DE C0 FB C 18 0 2 10F 58 57
Octal 336 300 373 14 30 0 2 417 130 127
Binary 11011110 11000000 11111011 1100 11000 0 10 100001111 1011000 1010111

Color Harmonies of #DEC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC0FB

Black with #DEC0FB

Text Example


Text Example

White with #DEC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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