Html Css Color HEX #DEBAED Mauve

📋 copy color: '#DEBAED'

red 222 ◦ green 186 ◦ blue 237

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

Shades of Mauve #DEBAED

Tints of Mauve #DEBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.84%

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

R = 34.42%
G = 28.84%
B = 36.74%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEBAED (or 0xDEBAED) is known color: Mauve. HEX triplet: DE, BA and ED. RGB value is (222,186,237). Sum of RGB (Red+Green+Blue) = 222+186+237=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAED is #214512. Grayscale: #CACACA. Windows color (decimal): -2180371 or 15579870. OLE color: 15579870.

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

Color convert

RGB 222 186 237 -
CMYK 0.06 0.22 0 0.07
HSL 282.35º 0.59% 0.83% -
HSV(B) 282.35º 0.22% 0.93% -
XYZ 62.97 56.76 87.76 -
YUV 202.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 222 186 237 0.06 0.22 0 0.07 282.35 0.59 0.83
Hex DE BA ED 6 16 0 7 11A 3B 53
Octal 336 272 355 6 26 0 7 432 73 123
Binary 11011110 10111010 11101101 110 10110 0 111 100011010 111011 1010011

Color Harmonies of #DEBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAED

Black with #DEBAED

Text Example


Text Example

White with #DEBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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