Html Css Color HEX #DEBFF5 Mauve

📋 copy color: '#DEBFF5'

red 222 ◦ green 191 ◦ blue 245

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

Shades of Mauve #DEBFF5

Tints of Mauve #DEBFF5

RGB

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

 GREEN value IS 191 (75% from 255) = 29.03%

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

R = 33.74%
G = 29.03%
B = 37.23%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEBFF5 (or 0xDEBFF5) is known color: Mauve. HEX triplet: DE, BF and F5. RGB value is (222,191,245). Sum of RGB (Red+Green+Blue) = 222+191+245=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 245 (96.09% from 255 or 37.23% from 658); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEBFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFF5 is #21400A. Grayscale: #CECECE. Windows color (decimal): -2179083 or 16105438. OLE color: 16105438.

HSL color Cylindrical-coordinate representation of color #DEBFF5: hue angle of 274.44º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEBFF5 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 191 245 -
CMYK 0.09 0.22 0 0.04
HSL 274.44º 0.73% 0.85% -
HSV(B) 274.44º 0.22% 0.96% -
XYZ 65.24 59.38 94.41 -
YUV 206.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 222 191 245 0.09 0.22 0 0.04 274.44 0.73 0.85
Hex DE BF F5 9 16 0 4 112 49 55
Octal 336 277 365 11 26 0 4 422 111 125
Binary 11011110 10111111 11110101 1001 10110 0 100 100010010 1001001 1010101

Color Harmonies of #DEBFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFF5

Black with #DEBFF5

Text Example


Text Example

White with #DEBFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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