Html Css Color HEX #DEBBFB Mauve

📋 copy color: '#DEBBFB'

red 222 ◦ green 187 ◦ blue 251

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

Shades of Mauve #DEBBFB

Tints of Mauve #DEBBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.03%

R = 33.64%
G = 28.33%
B = 38.03%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEBBFB (or 0xDEBBFB) is known color: Mauve. HEX triplet: DE, BB and FB. RGB value is (222,187,251). Sum of RGB (Red+Green+Blue) = 222+187+251=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEBBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBFB is #214404. Grayscale: #CCCCCC. Windows color (decimal): -2180101 or 16497630. OLE color: 16497630.

HSL color Cylindrical-coordinate representation of color #DEBBFB: hue angle of 272.81º degrees, saturation: 0.89, 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 #DEBBFB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 187 251 -
CMYK 0.12 0.25 0 0.02
HSL 272.81º 0.89% 0.86% -
HSV(B) 272.81º 0.25% 0.98% -
XYZ 65.31 58.04 99.03 -
YUV 204.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 222 187 251 0.12 0.25 0 0.02 272.81 0.89 0.86
Hex DE BB FB C 19 0 2 111 59 56
Octal 336 273 373 14 31 0 2 421 131 126
Binary 11011110 10111011 11111011 1100 11001 0 10 100010001 1011001 1010110

Color Harmonies of #DEBBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBFB

Black with #DEBBFB

Text Example


Text Example

White with #DEBBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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