Html Css Color HEX #DEC4FF Mauve

📋 copy color: '#DEC4FF'

red 222 ◦ green 196 ◦ blue 255

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

Shades of Mauve #DEC4FF

Tints of Mauve #DEC4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.12%

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

R = 32.99%
G = 29.12%
B = 37.89%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEC4FF (or 0xDEC4FF) is known color: Mauve. HEX triplet: DE, C4 and FF. RGB value is (222,196,255). Sum of RGB (Red+Green+Blue) = 222+196+255=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 196 (76.95% from 255 or 29.12% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC4FF is #213B00. Grayscale: #D2D2D2. Windows color (decimal): -2177793 or 16762078. OLE color: 16762078.

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

Color convert

RGB 222 196 255 -
CMYK 0.13 0.23 0 0
HSL 266.44º 1% 0.88% -
HSV(B) 266.44º 0.23% 1% -
XYZ 67.91 62.23 103.04 -
YUV 210.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 222 196 255 0.13 0.23 0 0 266.44 1 0.88
Hex DE C4 FF D 17 0 0 10A 64 58
Octal 336 304 377 15 27 0 0 412 144 130
Binary 11011110 11000100 11111111 1101 10111 0 0 100001010 1100100 1011000

Color Harmonies of #DEC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC4FF

Black with #DEC4FF

Text Example


Text Example

White with #DEC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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