Html Css Color HEX #DEB1ED Mauve

📋 copy color: '#DEB1ED'

red 222 ◦ green 177 ◦ blue 237

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

Shades of Mauve #DEB1ED

Tints of Mauve #DEB1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.83%

 BLUE value IS 237 (92.97% from 255) = 37.26%

R = 34.91%
G = 27.83%
B = 37.26%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEB1ED (or 0xDEB1ED) is known color: Mauve. HEX triplet: DE, B1 and ED. RGB value is (222,177,237). Sum of RGB (Red+Green+Blue) = 222+177+237=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB1ED is #214E12. Grayscale: #C5C5C5. Windows color (decimal): -2182675 or 15577566. OLE color: 15577566.

HSL color Cylindrical-coordinate representation of color #DEB1ED: hue angle of 285º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB1ED is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 177 237 -
CMYK 0.06 0.25 0 0.07
HSL 285º 0.63% 0.81% -
HSV(B) 285º 0.25% 0.93% -
XYZ 61.13 53.09 87.15 -
YUV 197.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 222 177 237 0.06 0.25 0 0.07 285 0.63 0.81
Hex DE B1 ED 6 19 0 7 11D 3E 51
Octal 336 261 355 6 31 0 7 435 76 121
Binary 11011110 10110001 11101101 110 11001 0 111 100011101 111110 1010001

Color Harmonies of #DEB1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB1ED

Black with #DEB1ED

Text Example


Text Example

White with #DEB1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB1ED; }

 p { color: rgb(222,177,237); }

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

background-color css

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

 a { background-color: rgb(222,177,237); }

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

border-color css

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

 span { border-color: rgb(222,177,237); }

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