Html Css Color HEX #DEBFF9 Mauve

📋 copy color: '#DEBFF9'

red 222 ◦ green 191 ◦ blue 249

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

Shades of Mauve #DEBFF9

Tints of Mauve #DEBFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.61%

R = 33.53%
G = 28.85%
B = 37.61%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEBFF9 (or 0xDEBFF9) is known color: Mauve. HEX triplet: DE, BF and F9. RGB value is (222,191,249). Sum of RGB (Red+Green+Blue) = 222+191+249=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEBFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFF9 is #214006. Grayscale: #CECECE. Windows color (decimal): -2179079 or 16367582. OLE color: 16367582.

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

Color convert

RGB 222 191 249 -
CMYK 0.11 0.23 0 0.02
HSL 272.07º 0.83% 0.86% -
HSV(B) 272.07º 0.23% 0.98% -
XYZ 65.85 59.63 97.66 -
YUV 206.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 222 191 249 0.11 0.23 0 0.02 272.07 0.83 0.86
Hex DE BF F9 B 17 0 2 110 53 56
Octal 336 277 371 13 27 0 2 420 123 126
Binary 11011110 10111111 11111001 1011 10111 0 10 100010000 1010011 1010110

Color Harmonies of #DEBFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFF9

Black with #DEBFF9

Text Example


Text Example

White with #DEBFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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