Html Css Color HEX #DEC3FF Mauve

📋 copy color: '#DEC3FF'

red 222 ◦ green 195 ◦ blue 255

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

Shades of Mauve #DEC3FF

Tints of Mauve #DEC3FF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.02%

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

R = 33.04%
G = 29.02%
B = 37.95%

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

#DEC3FF (or 0xDEC3FF) is known color: Mauve. HEX triplet: DE, C3 and FF. RGB value is (222,195,255). Sum of RGB (Red+Green+Blue) = 222+195+255=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 195 (76.56% from 255 or 29.02% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC3FF is #213C00. Grayscale: #D1D1D1. Windows color (decimal): -2178049 or 16761822. OLE color: 16761822.

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

Color convert

RGB 222 195 255 -
CMYK 0.13 0.24 0 0
HSL 267º 1% 0.88% -
HSV(B) 267º 0.24% 1% -
XYZ 67.69 61.78 102.96 -
YUV 209.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 222 195 255 0.13 0.24 0 0 267 1 0.88
Hex DE C3 FF D 18 0 0 10B 64 58
Octal 336 303 377 15 30 0 0 413 144 130
Binary 11011110 11000011 11111111 1101 11000 0 0 100001011 1100100 1011000

Color Harmonies of #DEC3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC3FF

Black with #DEC3FF

Text Example


Text Example

White with #DEC3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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