Html Css Color HEX #DEB0FC Mauve

📋 copy color: '#DEB0FC'

red 222 ◦ green 176 ◦ blue 252

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

Shades of Mauve #DEB0FC

Tints of Mauve #DEB0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.77%

R = 34.15%
G = 27.08%
B = 38.77%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEB0FC (or 0xDEB0FC) is known color: Mauve. HEX triplet: DE, B0 and FC. RGB value is (222,176,252). Sum of RGB (Red+Green+Blue) = 222+176+252=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0FC is #214F03. Grayscale: #C6C6C6. Windows color (decimal): -2182916 or 16560350. OLE color: 16560350.

HSL color Cylindrical-coordinate representation of color #DEB0FC: hue angle of 276.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEB0FC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 176 252 -
CMYK 0.12 0.30 0 0.01
HSL 276.32º 0.93% 0.84% -
HSV(B) 276.32º 0.3% 0.99% -
XYZ 63.22 53.61 99.11 -
YUV 198.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 222 176 252 0.12 0.30 0 0.01 276.32 0.93 0.84
Hex DE B0 FC C 1E 0 1 114 5D 54
Octal 336 260 374 14 36 0 1 424 135 124
Binary 11011110 10110000 11111100 1100 11110 0 1 100010100 1011101 1010100

Color Harmonies of #DEB0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0FC

Black with #DEB0FC

Text Example


Text Example

White with #DEB0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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