Html Css Color HEX #DEBDFB Mauve

📋 copy color: '#DEBDFB'

red 222 ◦ green 189 ◦ blue 251

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

Shades of Mauve #DEBDFB

Tints of Mauve #DEBDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.92%

R = 33.53%
G = 28.55%
B = 37.92%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEBDFB (or 0xDEBDFB) is known color: Mauve. HEX triplet: DE, BD and FB. RGB value is (222,189,251). Sum of RGB (Red+Green+Blue) = 222+189+251=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEBDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDFB is #214204. Grayscale: #CDCDCD. Windows color (decimal): -2179589 or 16498142. OLE color: 16498142.

HSL color Cylindrical-coordinate representation of color #DEBDFB: hue angle of 271.94º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEBDFB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 189 251 -
CMYK 0.12 0.25 0 0.02
HSL 271.94º 0.89% 0.86% -
HSV(B) 271.94º 0.25% 0.98% -
XYZ 65.73 58.89 99.17 -
YUV 205.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 222 189 251 0.12 0.25 0 0.02 271.94 0.89 0.86
Hex DE BD FB C 19 0 2 110 59 56
Octal 336 275 373 14 31 0 2 420 131 126
Binary 11011110 10111101 11111011 1100 11001 0 10 100010000 1011001 1010110

Color Harmonies of #DEBDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDFB

Black with #DEBDFB

Text Example


Text Example

White with #DEBDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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