Html Css Color HEX #DEC2FB Mauve

📋 copy color: '#DEC2FB'

red 222 ◦ green 194 ◦ blue 251

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

Shades of Mauve #DEC2FB

Tints of Mauve #DEC2FB

RGB

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

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

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

R = 33.28%
G = 29.09%
B = 37.63%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEC2FB (or 0xDEC2FB) is known color: Mauve. HEX triplet: DE, C2 and FB. RGB value is (222,194,251). Sum of RGB (Red+Green+Blue) = 222+194+251=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC2FB is #213D04. Grayscale: #D0D0D0. Windows color (decimal): -2178309 or 16499422. OLE color: 16499422.

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

Color convert

RGB 222 194 251 -
CMYK 0.12 0.23 0 0.02
HSL 269.47º 0.88% 0.87% -
HSV(B) 269.47º 0.23% 0.98% -
XYZ 66.83 61.08 99.53 -
YUV 208.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 222 194 251 0.12 0.23 0 0.02 269.47 0.88 0.87
Hex DE C2 FB C 17 0 2 10D 58 57
Octal 336 302 373 14 27 0 2 415 130 127
Binary 11011110 11000010 11111011 1100 10111 0 10 100001101 1011000 1010111

Color Harmonies of #DEC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC2FB

Black with #DEC2FB

Text Example


Text Example

White with #DEC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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