Html Css Color HEX #DEBBF9 Mauve

📋 copy color: '#DEBBF9'

red 222 ◦ green 187 ◦ blue 249

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

Shades of Mauve #DEBBF9

Tints of Mauve #DEBBF9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.42%

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

R = 33.74%
G = 28.42%
B = 37.84%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEBBF9 (or 0xDEBBF9) is known color: Mauve. HEX triplet: DE, BB and F9. RGB value is (222,187,249). Sum of RGB (Red+Green+Blue) = 222+187+249=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEBBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBF9 is #214406. Grayscale: #CCCCCC. Windows color (decimal): -2180103 or 16366558. OLE color: 16366558.

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

Color convert

RGB 222 187 249 -
CMYK 0.11 0.25 0 0.02
HSL 273.87º 0.84% 0.85% -
HSV(B) 273.87º 0.25% 0.98% -
XYZ 64.99 57.91 97.37 -
YUV 204.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 222 187 249 0.11 0.25 0 0.02 273.87 0.84 0.85
Hex DE BB F9 B 19 0 2 112 54 55
Octal 336 273 371 13 31 0 2 422 124 125
Binary 11011110 10111011 11111001 1011 11001 0 10 100010010 1010100 1010101

Color Harmonies of #DEBBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBF9

Black with #DEBBF9

Text Example


Text Example

White with #DEBBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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