Html Css Color HEX #DEBAF5 Mauve

📋 copy color: '#DEBAF5'

red 222 ◦ green 186 ◦ blue 245

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

Shades of Mauve #DEBAF5

Tints of Mauve #DEBAF5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.48%

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

R = 34%
G = 28.48%
B = 37.52%

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

#DEBAF5 (or 0xDEBAF5) is known color: Mauve. HEX triplet: DE, BA and F5. RGB value is (222,186,245). Sum of RGB (Red+Green+Blue) = 222+186+245=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEBAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAF5 is #21450A. Grayscale: #CBCBCB. Windows color (decimal): -2180363 or 16104158. OLE color: 16104158.

HSL color Cylindrical-coordinate representation of color #DEBAF5: hue angle of 276.61º degrees, saturation: 0.75, 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 #DEBAF5 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 186 245 -
CMYK 0.09 0.24 0 0.04
HSL 276.61º 0.75% 0.85% -
HSV(B) 276.61º 0.24% 0.96% -
XYZ 64.16 57.24 94.05 -
YUV 203.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 222 186 245 0.09 0.24 0 0.04 276.61 0.75 0.85
Hex DE BA F5 9 18 0 4 115 4B 55
Octal 336 272 365 11 30 0 4 425 113 125
Binary 11011110 10111010 11110101 1001 11000 0 100 100010101 1001011 1010101

Color Harmonies of #DEBAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAF5

Black with #DEBAF5

Text Example


Text Example

White with #DEBAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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