Html Css Color HEX #DEBCEB Mauve

📋 copy color: '#DEBCEB'

red 222 ◦ green 188 ◦ blue 235

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

Shades of Mauve #DEBCEB

Tints of Mauve #DEBCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.15%

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 34.42%
G = 29.15%
B = 36.43%

CMYK

 C value IS 0.06

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEBCEB (or 0xDEBCEB) is known color: Mauve. HEX triplet: DE, BC and EB. RGB value is (222,188,235). Sum of RGB (Red+Green+Blue) = 222+188+235=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCEB is #214314. Grayscale: #CBCBCB. Windows color (decimal): -2179861 or 15449310. OLE color: 15449310.

HSL color Cylindrical-coordinate representation of color #DEBCEB: hue angle of 283.4º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBCEB is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 188 235 -
CMYK 0.06 0.2 0 0.08
HSL 283.4º 0.54% 0.83% -
HSV(B) 283.4º 0.2% 0.92% -
XYZ 63.1 57.49 86.37 -
YUV 203.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 222 188 235 0.06 0.2 0 0.08 283.4 0.54 0.83
Hex DE BC EB 6 14 0 8 11B 36 53
Octal 336 274 353 6 24 0 10 433 66 123
Binary 11011110 10111100 11101011 110 10100 0 1000 100011011 110110 1010011

Color Harmonies of #DEBCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCEB

Black with #DEBCEB

Text Example


Text Example

White with #DEBCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCEB; }

 p { color: rgb(222,188,235); }

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

background-color css

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

 a { background-color: rgb(222,188,235); }

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

border-color css

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

 span { border-color: rgb(222,188,235); }

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