Html Css Color HEX #DEBFF1 Mauve

📋 copy color: '#DEBFF1'

red 222 ◦ green 191 ◦ blue 241

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

Shades of Mauve #DEBFF1

Tints of Mauve #DEBFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.85%

R = 33.94%
G = 29.2%
B = 36.85%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEBFF1 (or 0xDEBFF1) is known color: Mauve. HEX triplet: DE, BF and F1. RGB value is (222,191,241). Sum of RGB (Red+Green+Blue) = 222+191+241=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFF1 is #21400E. Grayscale: #CDCDCD. Windows color (decimal): -2179087 or 15843294. OLE color: 15843294.

HSL color Cylindrical-coordinate representation of color #DEBFF1: hue angle of 277.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBFF1 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 191 241 -
CMYK 0.08 0.21 0 0.05
HSL 277.2º 0.64% 0.85% -
HSV(B) 277.2º 0.21% 0.95% -
XYZ 64.63 59.14 91.23 -
YUV 205.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 222 191 241 0.08 0.21 0 0.05 277.2 0.64 0.85
Hex DE BF F1 8 15 0 5 115 40 55
Octal 336 277 361 10 25 0 5 425 100 125
Binary 11011110 10111111 11110001 1000 10101 0 101 100010101 1000000 1010101

Color Harmonies of #DEBFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFF1

Black with #DEBFF1

Text Example


Text Example

White with #DEBFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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