Html Css Color HEX #DEBEEF Mauve

📋 copy color: '#DEBEEF'

red 222 ◦ green 190 ◦ blue 239

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

Shades of Mauve #DEBEEF

Tints of Mauve #DEBEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.19%

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

R = 34.1%
G = 29.19%
B = 36.71%

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

#DEBEEF (or 0xDEBEEF) is known color: Mauve. HEX triplet: DE, BE and EF. RGB value is (222,190,239). Sum of RGB (Red+Green+Blue) = 222+190+239=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEEF is #214110. Grayscale: #CCCCCC. Windows color (decimal): -2179345 or 15711966. OLE color: 15711966.

HSL color Cylindrical-coordinate representation of color #DEBEEF: hue angle of 279.18º degrees, saturation: 0.6, 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 #DEBEEF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 190 239 -
CMYK 0.07 0.21 0 0.06
HSL 279.18º 0.6% 0.84% -
HSV(B) 279.18º 0.21% 0.94% -
XYZ 64.12 58.59 89.59 -
YUV 205.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 222 190 239 0.07 0.21 0 0.06 279.18 0.6 0.84
Hex DE BE EF 7 15 0 6 117 3C 54
Octal 336 276 357 7 25 0 6 427 74 124
Binary 11011110 10111110 11101111 111 10101 0 110 100010111 111100 1010100

Color Harmonies of #DEBEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBEEF

Black with #DEBEEF

Text Example


Text Example

White with #DEBEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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