Html Css Color HEX #DEBFF6 Mauve

📋 copy color: '#DEBFF6'

red 222 ◦ green 191 ◦ blue 246

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

Shades of Mauve #DEBFF6

Tints of Mauve #DEBFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.33%

R = 33.69%
G = 28.98%
B = 37.33%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEBFF6 (or 0xDEBFF6) is known color: Mauve. HEX triplet: DE, BF and F6. RGB value is (222,191,246). Sum of RGB (Red+Green+Blue) = 222+191+246=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEBFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFF6 is #214009. Grayscale: #CECECE. Windows color (decimal): -2179082 or 16170974. OLE color: 16170974.

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

Color convert

RGB 222 191 246 -
CMYK 0.10 0.22 0 0.04
HSL 273.82º 0.75% 0.86% -
HSV(B) 273.82º 0.22% 0.96% -
XYZ 65.39 59.45 95.22 -
YUV 206.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 222 191 246 0.10 0.22 0 0.04 273.82 0.75 0.86
Hex DE BF F6 A 16 0 4 112 4B 56
Octal 336 277 366 12 26 0 4 422 113 126
Binary 11011110 10111111 11110110 1010 10110 0 100 100010010 1001011 1010110

Color Harmonies of #DEBFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFF6

Black with #DEBFF6

Text Example


Text Example

White with #DEBFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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