Html Css Color HEX #DEBFFD Mauve

📋 copy color: '#DEBFFD'

red 222 ◦ green 191 ◦ blue 253

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

Shades of Mauve #DEBFFD

Tints of Mauve #DEBFFD

RGB

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

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

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

R = 33.33%
G = 28.68%
B = 37.99%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEBFFD (or 0xDEBFFD) is known color: Mauve. HEX triplet: DE, BF and FD. RGB value is (222,191,253). Sum of RGB (Red+Green+Blue) = 222+191+253=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEBFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFFD is #214002. Grayscale: #CFCFCF. Windows color (decimal): -2179075 or 16629726. OLE color: 16629726.

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

Color convert

RGB 222 191 253 -
CMYK 0.12 0.25 0 0.01
HSL 270º 0.94% 0.87% -
HSV(B) 270º 0.25% 0.99% -
XYZ 66.48 59.88 100.98 -
YUV 207.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 222 191 253 0.12 0.25 0 0.01 270 0.94 0.87
Hex DE BF FD C 19 0 1 10E 5E 57
Octal 336 277 375 14 31 0 1 416 136 127
Binary 11011110 10111111 11111101 1100 11001 0 1 100001110 1011110 1010111

Color Harmonies of #DEBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFFD

Black with #DEBFFD

Text Example


Text Example

White with #DEBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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