Html Css Color HEX #DEBDEB Mauve

📋 copy color: '#DEBDEB'

red 222 ◦ green 189 ◦ blue 235

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

Shades of Mauve #DEBDEB

Tints of Mauve #DEBDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.26%

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

R = 34.37%
G = 29.26%
B = 36.38%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEBDEB (or 0xDEBDEB) is known color: Mauve. HEX triplet: DE, BD and EB. RGB value is (222,189,235). Sum of RGB (Red+Green+Blue) = 222+189+235=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDEB is #214214. Grayscale: #CBCBCB. Windows color (decimal): -2179605 or 15449566. OLE color: 15449566.

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

Color convert

RGB 222 189 235 -
CMYK 0.06 0.20 0 0.08
HSL 283.04º 0.53% 0.83% -
HSV(B) 283.04º 0.2% 0.92% -
XYZ 63.32 57.92 86.44 -
YUV 204.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 222 189 235 0.06 0.20 0 0.08 283.04 0.53 0.83
Hex DE BD EB 6 14 0 8 11B 35 53
Octal 336 275 353 6 24 0 10 433 65 123
Binary 11011110 10111101 11101011 110 10100 0 1000 100011011 110101 1010011

Color Harmonies of #DEBDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDEB

Black with #DEBDEB

Text Example


Text Example

White with #DEBDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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