Html Css Color HEX #DEBAF8 Mauve

📋 copy color: '#DEBAF8'

red 222 ◦ green 186 ◦ blue 248

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

Shades of Mauve #DEBAF8

Tints of Mauve #DEBAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.8%

R = 33.84%
G = 28.35%
B = 37.8%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DEBAF8 (or 0xDEBAF8) is known color: Mauve. HEX triplet: DE, BA and F8. RGB value is (222,186,248). Sum of RGB (Red+Green+Blue) = 222+186+248=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEBAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAF8 is #214507. Grayscale: #CBCBCB. Windows color (decimal): -2180360 or 16300766. OLE color: 16300766.

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

Color convert

RGB 222 186 248 -
CMYK 0.10 0.25 0 0.03
HSL 274.84º 0.82% 0.85% -
HSV(B) 274.84º 0.25% 0.97% -
XYZ 64.63 57.42 96.48 -
YUV 203.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 222 186 248 0.10 0.25 0 0.03 274.84 0.82 0.85
Hex DE BA F8 A 19 0 3 113 52 55
Octal 336 272 370 12 31 0 3 423 122 125
Binary 11011110 10111010 11111000 1010 11001 0 11 100010011 1010010 1010101

Color Harmonies of #DEBAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAF8

Black with #DEBAF8

Text Example


Text Example

White with #DEBAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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