Html Css Color HEX #DEC2FD Mauve

📋 copy color: '#DEC2FD'

red 222 ◦ green 194 ◦ blue 253

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

Shades of Mauve #DEC2FD

Tints of Mauve #DEC2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29%

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

R = 33.18%
G = 29%
B = 37.82%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEC2FD (or 0xDEC2FD) is known color: Mauve. HEX triplet: DE, C2 and FD. RGB value is (222,194,253). Sum of RGB (Red+Green+Blue) = 222+194+253=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC2FD is #213D02. Grayscale: #D0D0D0. Windows color (decimal): -2178307 or 16630494. OLE color: 16630494.

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

Color convert

RGB 222 194 253 -
CMYK 0.12 0.23 0 0.01
HSL 268.47º 0.94% 0.88% -
HSV(B) 268.47º 0.23% 0.99% -
XYZ 67.15 61.21 101.2 -
YUV 209.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 222 194 253 0.12 0.23 0 0.01 268.47 0.94 0.88
Hex DE C2 FD C 17 0 1 10C 5E 58
Octal 336 302 375 14 27 0 1 414 136 130
Binary 11011110 11000010 11111101 1100 10111 0 1 100001100 1011110 1011000

Color Harmonies of #DEC2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC2FD

Black with #DEC2FD

Text Example


Text Example

White with #DEC2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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