Html Css Color HEX #DEB0F2 Mauve

📋 copy color: '#DEB0F2'

red 222 ◦ green 176 ◦ blue 242

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

Shades of Mauve #DEB0F2

Tints of Mauve #DEB0F2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.5%

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

R = 34.69%
G = 27.5%
B = 37.81%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEB0F2 (or 0xDEB0F2) is known color: Mauve. HEX triplet: DE, B0 and F2. RGB value is (222,176,242). Sum of RGB (Red+Green+Blue) = 222+176+242=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0F2 is #214F0D. Grayscale: #C5C5C5. Windows color (decimal): -2182926 or 15904990. OLE color: 15904990.

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

Color convert

RGB 222 176 242 -
CMYK 0.08 0.27 0 0.05
HSL 281.82º 0.72% 0.82% -
HSV(B) 281.82º 0.27% 0.95% -
XYZ 61.68 52.99 90.98 -
YUV 197.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 222 176 242 0.08 0.27 0 0.05 281.82 0.72 0.82
Hex DE B0 F2 8 1B 0 5 11A 48 52
Octal 336 260 362 10 33 0 5 432 110 122
Binary 11011110 10110000 11110010 1000 11011 0 101 100011010 1001000 1010010

Color Harmonies of #DEB0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0F2

Black with #DEB0F2

Text Example


Text Example

White with #DEB0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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