Html Css Color HEX #DEBBFA Mauve

📋 copy color: '#DEBBFA'

red 222 ◦ green 187 ◦ blue 250

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

Shades of Mauve #DEBBFA

Tints of Mauve #DEBBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.94%

R = 33.69%
G = 28.38%
B = 37.94%

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

#DEBBFA (or 0xDEBBFA) is known color: Mauve. HEX triplet: DE, BB and FA. RGB value is (222,187,250). Sum of RGB (Red+Green+Blue) = 222+187+250=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEBBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBFA is #214405. Grayscale: #CCCCCC. Windows color (decimal): -2180102 or 16432094. OLE color: 16432094.

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

Color convert

RGB 222 187 250 -
CMYK 0.11 0.25 0 0.02
HSL 273.33º 0.86% 0.86% -
HSV(B) 273.33º 0.25% 0.98% -
XYZ 65.15 57.97 98.2 -
YUV 204.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 222 187 250 0.11 0.25 0 0.02 273.33 0.86 0.86
Hex DE BB FA B 19 0 2 111 56 56
Octal 336 273 372 13 31 0 2 421 126 126
Binary 11011110 10111011 11111010 1011 11001 0 10 100010001 1010110 1010110

Color Harmonies of #DEBBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBFA

Black with #DEBBFA

Text Example


Text Example

White with #DEBBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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