Html Css Color HEX #DEBDEF Mauve

📋 copy color: '#DEBDEF'

red 222 ◦ green 189 ◦ blue 239

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

Shades of Mauve #DEBDEF

Tints of Mauve #DEBDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.77%

R = 34.15%
G = 29.08%
B = 36.77%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEBDEF (or 0xDEBDEF) is known color: Mauve. HEX triplet: DE, BD and EF. RGB value is (222,189,239). Sum of RGB (Red+Green+Blue) = 222+189+239=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEBDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDEF is #214210. Grayscale: #CCCCCC. Windows color (decimal): -2179601 or 15711710. OLE color: 15711710.

HSL color Cylindrical-coordinate representation of color #DEBDEF: hue angle of 279.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBDEF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 189 239 -
CMYK 0.07 0.21 0 0.06
HSL 279.6º 0.61% 0.84% -
HSV(B) 279.6º 0.21% 0.94% -
XYZ 63.9 58.16 89.52 -
YUV 204.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 222 189 239 0.07 0.21 0 0.06 279.6 0.61 0.84
Hex DE BD EF 7 15 0 6 118 3D 54
Octal 336 275 357 7 25 0 6 430 75 124
Binary 11011110 10111101 11101111 111 10101 0 110 100011000 111101 1010100

Color Harmonies of #DEBDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBDEF

Black with #DEBDEF

Text Example


Text Example

White with #DEBDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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