Html Css Color HEX #DEBFEE Mauve

📋 copy color: '#DEBFEE'

red 222 ◦ green 191 ◦ blue 238

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

Shades of Mauve #DEBFEE

Tints of Mauve #DEBFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 29.34%

 BLUE value IS 238 (93.36% from 255) = 36.56%

R = 34.1%
G = 29.34%
B = 36.56%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEBFEE (or 0xDEBFEE) is known color: Mauve. HEX triplet: DE, BF and EE. RGB value is (222,191,238). Sum of RGB (Red+Green+Blue) = 222+191+238=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFEE is #214011. Grayscale: #CDCDCD. Windows color (decimal): -2179090 or 15646686. OLE color: 15646686.

HSL color Cylindrical-coordinate representation of color #DEBFEE: hue angle of 279.57º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBFEE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 191 238 -
CMYK 0.07 0.20 0 0.07
HSL 279.57º 0.58% 0.84% -
HSV(B) 279.57º 0.2% 0.93% -
XYZ 64.19 58.96 88.89 -
YUV 205.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 222 191 238 0.07 0.20 0 0.07 279.57 0.58 0.84
Hex DE BF EE 7 14 0 7 118 3A 54
Octal 336 277 356 7 24 0 7 430 72 124
Binary 11011110 10111111 11101110 111 10100 0 111 100011000 111010 1010100

Color Harmonies of #DEBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFEE

Black with #DEBFEE

Text Example


Text Example

White with #DEBFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFEE; }

 p { color: rgb(222,191,238); }

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

background-color css

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

 a { background-color: rgb(222,191,238); }

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

border-color css

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

 span { border-color: rgb(222,191,238); }

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