Html Css Color HEX #DEBBF5 Mauve

📋 copy color: '#DEBBF5'

red 222 ◦ green 187 ◦ blue 245

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

Shades of Mauve #DEBBF5

Tints of Mauve #DEBBF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.46%

R = 33.94%
G = 28.59%
B = 37.46%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEBBF5 (or 0xDEBBF5) is known color: Mauve. HEX triplet: DE, BB and F5. RGB value is (222,187,245). Sum of RGB (Red+Green+Blue) = 222+187+245=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEBBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBF5 is #21440A. Grayscale: #CBCBCB. Windows color (decimal): -2180107 or 16104414. OLE color: 16104414.

HSL color Cylindrical-coordinate representation of color #DEBBF5: hue angle of 276.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEBBF5 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 187 245 -
CMYK 0.09 0.24 0 0.04
HSL 276.21º 0.74% 0.85% -
HSV(B) 276.21º 0.24% 0.96% -
XYZ 64.38 57.66 94.12 -
YUV 204.08 151.1 140.78 -
System Red Green Blue C M Y K H S L
Decimal 222 187 245 0.09 0.24 0 0.04 276.21 0.74 0.85
Hex DE BB F5 9 18 0 4 114 4A 55
Octal 336 273 365 11 30 0 4 424 112 125
Binary 11011110 10111011 11110101 1001 11000 0 100 100010100 1001010 1010101

Color Harmonies of #DEBBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBF5

Black with #DEBBF5

Text Example


Text Example

White with #DEBBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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