Html Css Color HEX #DEBFEF Mauve

📋 copy color: '#DEBFEF'

red 222 ◦ green 191 ◦ blue 239

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

Shades of Mauve #DEBFEF

Tints of Mauve #DEBFEF

RGB

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

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

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

R = 34.05%
G = 29.29%
B = 36.66%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEBFEF (or 0xDEBFEF) is known color: Mauve. HEX triplet: DE, BF and EF. RGB value is (222,191,239). Sum of RGB (Red+Green+Blue) = 222+191+239=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEBFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFEF is #214010. Grayscale: #CDCDCD. Windows color (decimal): -2179089 or 15712222. OLE color: 15712222.

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

Color convert

RGB 222 191 239 -
CMYK 0.07 0.20 0 0.06
HSL 278.75º 0.6% 0.84% -
HSV(B) 278.75º 0.2% 0.94% -
XYZ 64.33 59.02 89.66 -
YUV 205.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 222 191 239 0.07 0.20 0 0.06 278.75 0.6 0.84
Hex DE BF EF 7 14 0 6 117 3C 54
Octal 336 277 357 7 24 0 6 427 74 124
Binary 11011110 10111111 11101111 111 10100 0 110 100010111 111100 1010100

Color Harmonies of #DEBFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFEF

Black with #DEBFEF

Text Example


Text Example

White with #DEBFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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