Html Css Color HEX #DEBAF2 Mauve

📋 copy color: '#DEBAF2'

red 222 ◦ green 186 ◦ blue 242

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

Shades of Mauve #DEBAF2

Tints of Mauve #DEBAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.23%

R = 34.15%
G = 28.62%
B = 37.23%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEBAF2 (or 0xDEBAF2) is known color: Mauve. HEX triplet: DE, BA and F2. RGB value is (222,186,242). Sum of RGB (Red+Green+Blue) = 222+186+242=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAF2 is #21450D. Grayscale: #CACACA. Windows color (decimal): -2180366 or 15907550. OLE color: 15907550.

HSL color Cylindrical-coordinate representation of color #DEBAF2: hue angle of 278.57º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBAF2 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 186 242 -
CMYK 0.08 0.23 0 0.05
HSL 278.57º 0.68% 0.84% -
HSV(B) 278.57º 0.23% 0.95% -
XYZ 63.71 57.06 91.66 -
YUV 203.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 222 186 242 0.08 0.23 0 0.05 278.57 0.68 0.84
Hex DE BA F2 8 17 0 5 117 44 54
Octal 336 272 362 10 27 0 5 427 104 124
Binary 11011110 10111010 11110010 1000 10111 0 101 100010111 1000100 1010100

Color Harmonies of #DEBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAF2

Black with #DEBAF2

Text Example


Text Example

White with #DEBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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