Html Css Color HEX #DEB9F2 Mauve

📋 copy color: '#DEB9F2'

red 222 ◦ green 185 ◦ blue 242

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

Shades of Mauve #DEB9F2

Tints of Mauve #DEB9F2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.51%

 BLUE value IS 242 (94.92% from 255) = 37.29%

R = 34.21%
G = 28.51%
B = 37.29%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEB9F2 (or 0xDEB9F2) is known color: Mauve. HEX triplet: DE, B9 and F2. RGB value is (222,185,242). Sum of RGB (Red+Green+Blue) = 222+185+242=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 185 (72.66% from 255 or 28.51% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEB9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9F2 is #21460D. Grayscale: #CACACA. Windows color (decimal): -2180622 or 15907294. OLE color: 15907294.

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

Color convert

RGB 222 185 242 -
CMYK 0.08 0.24 0 0.05
HSL 278.95º 0.69% 0.84% -
HSV(B) 278.95º 0.24% 0.95% -
XYZ 63.5 56.64 91.59 -
YUV 202.56 150.26 141.87 -
System Red Green Blue C M Y K H S L
Decimal 222 185 242 0.08 0.24 0 0.05 278.95 0.69 0.84
Hex DE B9 F2 8 18 0 5 117 45 54
Octal 336 271 362 10 30 0 5 427 105 124
Binary 11011110 10111001 11110010 1000 11000 0 101 100010111 1000101 1010100

Color Harmonies of #DEB9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9F2

Black with #DEB9F2

Text Example


Text Example

White with #DEB9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9F2; }

 p { color: rgb(222,185,242); }

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

background-color css

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

 a { background-color: rgb(222,185,242); }

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

border-color css

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

 span { border-color: rgb(222,185,242); }

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