Html Css Color HEX #DEBAF7 Mauve

📋 copy color: '#DEBAF7'

red 222 ◦ green 186 ◦ blue 247

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

Shades of Mauve #DEBAF7

Tints of Mauve #DEBAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.71%

R = 33.89%
G = 28.4%
B = 37.71%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DEBAF7 (or 0xDEBAF7) is known color: Mauve. HEX triplet: DE, BA and F7. RGB value is (222,186,247). Sum of RGB (Red+Green+Blue) = 222+186+247=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEBAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAF7 is #214508. Grayscale: #CBCBCB. Windows color (decimal): -2180361 or 16235230. OLE color: 16235230.

HSL color Cylindrical-coordinate representation of color #DEBAF7: hue angle of 275.41º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEBAF7 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 186 247 -
CMYK 0.10 0.25 0 0.03
HSL 275.41º 0.79% 0.85% -
HSV(B) 275.41º 0.25% 0.97% -
XYZ 64.47 57.36 95.67 -
YUV 203.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 222 186 247 0.10 0.25 0 0.03 275.41 0.79 0.85
Hex DE BA F7 A 19 0 3 113 4F 55
Octal 336 272 367 12 31 0 3 423 117 125
Binary 11011110 10111010 11110111 1010 11001 0 11 100010011 1001111 1010101

Color Harmonies of #DEBAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBAF7

Black with #DEBAF7

Text Example


Text Example

White with #DEBAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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