Html Css Color HEX #DEBBF7 Mauve

📋 copy color: '#DEBBF7'

red 222 ◦ green 187 ◦ blue 247

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

Shades of Mauve #DEBBF7

Tints of Mauve #DEBBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.65%

R = 33.84%
G = 28.51%
B = 37.65%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DEBBF7 (or 0xDEBBF7) is known color: Mauve. HEX triplet: DE, BB and F7. RGB value is (222,187,247). Sum of RGB (Red+Green+Blue) = 222+187+247=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEBBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBF7 is #214408. Grayscale: #CCCCCC. Windows color (decimal): -2180105 or 16235486. OLE color: 16235486.

HSL color Cylindrical-coordinate representation of color #DEBBF7: hue angle of 275º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEBBF7 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 187 247 -
CMYK 0.10 0.24 0 0.03
HSL 275º 0.79% 0.85% -
HSV(B) 275º 0.24% 0.97% -
XYZ 64.68 57.79 95.74 -
YUV 204.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 222 187 247 0.10 0.24 0 0.03 275 0.79 0.85
Hex DE BB F7 A 18 0 3 113 4F 55
Octal 336 273 367 12 30 0 3 423 117 125
Binary 11011110 10111011 11110111 1010 11000 0 11 100010011 1001111 1010101

Color Harmonies of #DEBBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBF7

Black with #DEBBF7

Text Example


Text Example

White with #DEBBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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