Html Css Color HEX #DEBAEC Mauve

📋 copy color: '#DEBAEC'

red 222 ◦ green 186 ◦ blue 236

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

Shades of Mauve #DEBAEC

Tints of Mauve #DEBAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.65%

R = 34.47%
G = 28.88%
B = 36.65%

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

#DEBAEC (or 0xDEBAEC) is known color: Mauve. HEX triplet: DE, BA and EC. RGB value is (222,186,236). Sum of RGB (Red+Green+Blue) = 222+186+236=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAEC is #214513. Grayscale: #CACACA. Windows color (decimal): -2180372 or 15514334. OLE color: 15514334.

HSL color Cylindrical-coordinate representation of color #DEBAEC: hue angle of 283.2º degrees, saturation: 0.57, 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 #DEBAEC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 186 236 -
CMYK 0.06 0.21 0 0.07
HSL 283.2º 0.57% 0.83% -
HSV(B) 283.2º 0.21% 0.93% -
XYZ 62.82 56.7 86.99 -
YUV 202.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 222 186 236 0.06 0.21 0 0.07 283.2 0.57 0.83
Hex DE BA EC 6 15 0 7 11B 39 53
Octal 336 272 354 6 25 0 7 433 71 123
Binary 11011110 10111010 11101100 110 10101 0 111 100011011 111001 1010011

Color Harmonies of #DEBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAEC

Black with #DEBAEC

Text Example


Text Example

White with #DEBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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