Html Css Color HEX #DEBEF8 Mauve

📋 copy color: '#DEBEF8'

red 222 ◦ green 190 ◦ blue 248

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

Shades of Mauve #DEBEF8

Tints of Mauve #DEBEF8

RGB

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

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

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

R = 33.64%
G = 28.79%
B = 37.58%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DEBEF8 (or 0xDEBEF8) is known color: Mauve. HEX triplet: DE, BE and F8. RGB value is (222,190,248). Sum of RGB (Red+Green+Blue) = 222+190+248=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEBEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEF8 is #214107. Grayscale: #CDCDCD. Windows color (decimal): -2179336 or 16301790. OLE color: 16301790.

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

Color convert

RGB 222 190 248 -
CMYK 0.10 0.23 0 0.03
HSL 273.1º 0.81% 0.86% -
HSV(B) 273.1º 0.23% 0.97% -
XYZ 65.48 59.13 96.77 -
YUV 206.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 222 190 248 0.10 0.23 0 0.03 273.1 0.81 0.86
Hex DE BE F8 A 17 0 3 111 51 56
Octal 336 276 370 12 27 0 3 421 121 126
Binary 11011110 10111110 11111000 1010 10111 0 11 100010001 1010001 1010110

Color Harmonies of #DEBEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBEF8

Black with #DEBEF8

Text Example


Text Example

White with #DEBEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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