Html Css Color HEX #DEBDF6 Mauve

📋 copy color: '#DEBDF6'

red 222 ◦ green 189 ◦ blue 246

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

Shades of Mauve #DEBDF6

Tints of Mauve #DEBDF6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.77%

 BLUE value IS 246 (96.48% from 255) = 37.44%

R = 33.79%
G = 28.77%
B = 37.44%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEBDF6 (or 0xDEBDF6) is known color: Mauve. HEX triplet: DE, BD and F6. RGB value is (222,189,246). Sum of RGB (Red+Green+Blue) = 222+189+246=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEBDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDF6 is #214209. Grayscale: #CDCDCD. Windows color (decimal): -2179594 or 16170462. OLE color: 16170462.

HSL color Cylindrical-coordinate representation of color #DEBDF6: hue angle of 274.74º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBDF6 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 189 246 -
CMYK 0.10 0.23 0 0.04
HSL 274.74º 0.76% 0.85% -
HSV(B) 274.74º 0.23% 0.96% -
XYZ 64.96 58.58 95.07 -
YUV 205.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 222 189 246 0.10 0.23 0 0.04 274.74 0.76 0.85
Hex DE BD F6 A 17 0 4 113 4C 55
Octal 336 275 366 12 27 0 4 423 114 125
Binary 11011110 10111101 11110110 1010 10111 0 100 100010011 1001100 1010101

Color Harmonies of #DEBDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDF6

Black with #DEBDF6

Text Example


Text Example

White with #DEBDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDF6; }

 p { color: rgb(222,189,246); }

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

background-color css

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

 a { background-color: rgb(222,189,246); }

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

border-color css

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

 span { border-color: rgb(222,189,246); }

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