Html Css Color HEX #DEBDF4 Mauve

📋 copy color: '#DEBDF4'

red 222 ◦ green 189 ◦ blue 244

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

Shades of Mauve #DEBDF4

Tints of Mauve #DEBDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.25%

R = 33.89%
G = 28.85%
B = 37.25%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEBDF4 (or 0xDEBDF4) is known color: Mauve. HEX triplet: DE, BD and F4. RGB value is (222,189,244). Sum of RGB (Red+Green+Blue) = 222+189+244=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEBDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDF4 is #21420B. Grayscale: #CCCCCC. Windows color (decimal): -2179596 or 16039390. OLE color: 16039390.

HSL color Cylindrical-coordinate representation of color #DEBDF4: hue angle of 276º degrees, saturation: 0.71, 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 #DEBDF4 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 189 244 -
CMYK 0.09 0.23 0 0.04
HSL 276º 0.71% 0.85% -
HSV(B) 276º 0.23% 0.96% -
XYZ 64.65 58.46 93.46 -
YUV 205.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 222 189 244 0.09 0.23 0 0.04 276 0.71 0.85
Hex DE BD F4 9 17 0 4 114 47 55
Octal 336 275 364 11 27 0 4 424 107 125
Binary 11011110 10111101 11110100 1001 10111 0 100 100010100 1000111 1010101

Color Harmonies of #DEBDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDF4

Black with #DEBDF4

Text Example


Text Example

White with #DEBDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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