Html Css Color HEX #DEBAEF Mauve

📋 copy color: '#DEBAEF'

red 222 ◦ green 186 ◦ blue 239

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

Shades of Mauve #DEBAEF

Tints of Mauve #DEBAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.94%

R = 34.31%
G = 28.75%
B = 36.94%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEBAEF (or 0xDEBAEF) is known color: Mauve. HEX triplet: DE, BA and EF. RGB value is (222,186,239). Sum of RGB (Red+Green+Blue) = 222+186+239=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAEF is #214510. Grayscale: #CACACA. Windows color (decimal): -2180369 or 15710942. OLE color: 15710942.

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

Color convert

RGB 222 186 239 -
CMYK 0.07 0.22 0 0.06
HSL 280.75º 0.62% 0.83% -
HSV(B) 280.75º 0.22% 0.94% -
XYZ 63.26 56.88 89.31 -
YUV 202.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 222 186 239 0.07 0.22 0 0.06 280.75 0.62 0.83
Hex DE BA EF 7 16 0 6 119 3E 53
Octal 336 272 357 7 26 0 6 431 76 123
Binary 11011110 10111010 11101111 111 10110 0 110 100011001 111110 1010011

Color Harmonies of #DEBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAEF

Black with #DEBAEF

Text Example


Text Example

White with #DEBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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