Html Css Color HEX #DEC1FD Mauve

📋 copy color: '#DEC1FD'

red 222 ◦ green 193 ◦ blue 253

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

Shades of Mauve #DEC1FD

Tints of Mauve #DEC1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.87%

R = 33.23%
G = 28.89%
B = 37.87%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEC1FD (or 0xDEC1FD) is known color: Mauve. HEX triplet: DE, C1 and FD. RGB value is (222,193,253). Sum of RGB (Red+Green+Blue) = 222+193+253=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1FD is #213E02. Grayscale: #D0D0D0. Windows color (decimal): -2178563 or 16630238. OLE color: 16630238.

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

Color convert

RGB 222 193 253 -
CMYK 0.12 0.24 0 0.01
HSL 269º 0.94% 0.87% -
HSV(B) 269º 0.24% 0.99% -
XYZ 66.92 60.76 101.13 -
YUV 208.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 222 193 253 0.12 0.24 0 0.01 269 0.94 0.87
Hex DE C1 FD C 18 0 1 10D 5E 57
Octal 336 301 375 14 30 0 1 415 136 127
Binary 11011110 11000001 11111101 1100 11000 0 1 100001101 1011110 1010111

Color Harmonies of #DEC1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC1FD

Black with #DEC1FD

Text Example


Text Example

White with #DEC1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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