Html Css Color HEX #DEBBEE Mauve

📋 copy color: '#DEBBEE'

red 222 ◦ green 187 ◦ blue 238

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

Shades of Mauve #DEBBEE

Tints of Mauve #DEBBEE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.9%

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

R = 34.31%
G = 28.9%
B = 36.79%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEBBEE (or 0xDEBBEE) is known color: Mauve. HEX triplet: DE, BB and EE. RGB value is (222,187,238). Sum of RGB (Red+Green+Blue) = 222+187+238=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBEE is #214411. Grayscale: #CBCBCB. Windows color (decimal): -2180114 or 15645662. OLE color: 15645662.

HSL color Cylindrical-coordinate representation of color #DEBBEE: hue angle of 281.18º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBBEE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 187 238 -
CMYK 0.07 0.21 0 0.07
HSL 281.18º 0.6% 0.83% -
HSV(B) 281.18º 0.21% 0.93% -
XYZ 63.33 57.24 88.6 -
YUV 203.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 222 187 238 0.07 0.21 0 0.07 281.18 0.6 0.83
Hex DE BB EE 7 15 0 7 119 3C 53
Octal 336 273 356 7 25 0 7 431 74 123
Binary 11011110 10111011 11101110 111 10101 0 111 100011001 111100 1010011

Color Harmonies of #DEBBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBEE

Black with #DEBBEE

Text Example


Text Example

White with #DEBBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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