Html Css Color HEX #DEBCEA Mauve

📋 copy color: '#DEBCEA'

red 222 ◦ green 188 ◦ blue 234

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

Shades of Mauve #DEBCEA

Tints of Mauve #DEBCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.34%

R = 34.47%
G = 29.19%
B = 36.34%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEBCEA (or 0xDEBCEA) is known color: Mauve. HEX triplet: DE, BC and EA. RGB value is (222,188,234). Sum of RGB (Red+Green+Blue) = 222+188+234=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCEA is #214315. Grayscale: #CBCBCB. Windows color (decimal): -2179862 or 15383774. OLE color: 15383774.

HSL color Cylindrical-coordinate representation of color #DEBCEA: hue angle of 284.35º degrees, saturation: 0.52, 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 #DEBCEA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 188 234 -
CMYK 0.05 0.20 0 0.08
HSL 284.35º 0.52% 0.83% -
HSV(B) 284.35º 0.2% 0.92% -
XYZ 62.96 57.44 85.61 -
YUV 203.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 222 188 234 0.05 0.20 0 0.08 284.35 0.52 0.83
Hex DE BC EA 5 14 0 8 11C 34 53
Octal 336 274 352 5 24 0 10 434 64 123
Binary 11011110 10111100 11101010 101 10100 0 1000 100011100 110100 1010011

Color Harmonies of #DEBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCEA

Black with #DEBCEA

Text Example


Text Example

White with #DEBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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