Html Css Color HEX #DEBDF1 Mauve

📋 copy color: '#DEBDF1'

red 222 ◦ green 189 ◦ blue 241

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

Shades of Mauve #DEBDF1

Tints of Mauve #DEBDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.96%

R = 34.05%
G = 28.99%
B = 36.96%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEBDF1 (or 0xDEBDF1) is known color: Mauve. HEX triplet: DE, BD and F1. RGB value is (222,189,241). Sum of RGB (Red+Green+Blue) = 222+189+241=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEBDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDF1 is #21420E. Grayscale: #CCCCCC. Windows color (decimal): -2179599 or 15842782. OLE color: 15842782.

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

Color convert

RGB 222 189 241 -
CMYK 0.08 0.22 0 0.05
HSL 278.08º 0.65% 0.84% -
HSV(B) 278.08º 0.22% 0.95% -
XYZ 64.2 58.28 91.08 -
YUV 204.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 222 189 241 0.08 0.22 0 0.05 278.08 0.65 0.84
Hex DE BD F1 8 16 0 5 116 41 54
Octal 336 275 361 10 26 0 5 426 101 124
Binary 11011110 10111101 11110001 1000 10110 0 101 100010110 1000001 1010100

Color Harmonies of #DEBDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDF1

Black with #DEBDF1

Text Example


Text Example

White with #DEBDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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