Html Css Color HEX #DEBCED Mauve

📋 copy color: '#DEBCED'

red 222 ◦ green 188 ◦ blue 237

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

Shades of Mauve #DEBCED

Tints of Mauve #DEBCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.63%

R = 34.31%
G = 29.06%
B = 36.63%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEBCED (or 0xDEBCED) is known color: Mauve. HEX triplet: DE, BC and ED. RGB value is (222,188,237). Sum of RGB (Red+Green+Blue) = 222+188+237=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEBCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCED is #214312. Grayscale: #CBCBCB. Windows color (decimal): -2179859 or 15580382. OLE color: 15580382.

HSL color Cylindrical-coordinate representation of color #DEBCED: hue angle of 281.63º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBCED is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 188 237 -
CMYK 0.06 0.21 0 0.07
HSL 281.63º 0.58% 0.83% -
HSV(B) 281.63º 0.21% 0.93% -
XYZ 63.39 57.61 87.9 -
YUV 203.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 222 188 237 0.06 0.21 0 0.07 281.63 0.58 0.83
Hex DE BC ED 6 15 0 7 11A 3A 53
Octal 336 274 355 6 25 0 7 432 72 123
Binary 11011110 10111100 11101101 110 10101 0 111 100011010 111010 1010011

Color Harmonies of #DEBCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBCED

Black with #DEBCED

Text Example


Text Example

White with #DEBCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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