Html Css Color HEX #DEBFFE Mauve

📋 copy color: '#DEBFFE'

red 222 ◦ green 191 ◦ blue 254

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

Shades of Mauve #DEBFFE

Tints of Mauve #DEBFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 28.64%

 BLUE value IS 254 (99.61% from 255) = 38.08%

R = 33.28%
G = 28.64%
B = 38.08%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DEBFFE (or 0xDEBFFE) is known color: Mauve. HEX triplet: DE, BF and FE. RGB value is (222,191,254). Sum of RGB (Red+Green+Blue) = 222+191+254=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFFE is #214001. Grayscale: #CFCFCF. Windows color (decimal): -2179074 or 16695262. OLE color: 16695262.

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

Color convert

RGB 222 191 254 -
CMYK 0.13 0.25 0 0.00
HSL 269.52º 0.97% 0.87% -
HSV(B) 269.52º 0.25% 1% -
XYZ 66.64 59.95 101.82 -
YUV 207.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 222 191 254 0.13 0.25 0 0.00 269.52 0.97 0.87
Hex DE BF FE D 19 0 0 10E 61 57
Octal 336 277 376 15 31 0 0 416 141 127
Binary 11011110 10111111 11111110 1101 11001 0 0 100001110 1100001 1010111

Color Harmonies of #DEBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFFE

Black with #DEBFFE

Text Example


Text Example

White with #DEBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFFE; }

 p { color: rgb(222,191,254); }

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

background-color css

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

 a { background-color: rgb(222,191,254); }

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

border-color css

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

 span { border-color: rgb(222,191,254); }

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