Html Css Color HEX #DEBEFA Mauve

📋 copy color: '#DEBEFA'

red 222 ◦ green 190 ◦ blue 250

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

Shades of Mauve #DEBEFA

Tints of Mauve #DEBEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.7%

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

R = 33.53%
G = 28.7%
B = 37.76%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEBEFA (or 0xDEBEFA) is known color: Mauve. HEX triplet: DE, BE and FA. RGB value is (222,190,250). Sum of RGB (Red+Green+Blue) = 222+190+250=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEBEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEFA is #214105. Grayscale: #CECECE. Windows color (decimal): -2179334 or 16432862. OLE color: 16432862.

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

Color convert

RGB 222 190 250 -
CMYK 0.11 0.24 0 0.02
HSL 272º 0.86% 0.86% -
HSV(B) 272º 0.24% 0.98% -
XYZ 65.79 59.26 98.41 -
YUV 206.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 222 190 250 0.11 0.24 0 0.02 272 0.86 0.86
Hex DE BE FA B 18 0 2 110 56 56
Octal 336 276 372 13 30 0 2 420 126 126
Binary 11011110 10111110 11111010 1011 11000 0 10 100010000 1010110 1010110

Color Harmonies of #DEBEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBEFA

Black with #DEBEFA

Text Example


Text Example

White with #DEBEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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