Html Css Color HEX #DEACF9 Mauve

📋 copy color: '#DEACF9'

red 222 ◦ green 172 ◦ blue 249

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

Shades of Mauve #DEACF9

Tints of Mauve #DEACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.75%

 BLUE value IS 249 (97.66% from 255) = 38.72%

R = 34.53%
G = 26.75%
B = 38.72%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEACF9 (or 0xDEACF9) is known color: Mauve. HEX triplet: DE, AC and F9. RGB value is (222,172,249). Sum of RGB (Red+Green+Blue) = 222+172+249=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACF9 is #215306. Grayscale: #C3C3C3. Windows color (decimal): -2183943 or 16362718. OLE color: 16362718.

HSL color Cylindrical-coordinate representation of color #DEACF9: hue angle of 278.96º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEACF9 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 172 249 -
CMYK 0.11 0.31 0 0.02
HSL 278.96º 0.87% 0.83% -
HSV(B) 278.96º 0.31% 0.98% -
XYZ 61.98 51.87 96.37 -
YUV 195.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 222 172 249 0.11 0.31 0 0.02 278.96 0.87 0.83
Hex DE AC F9 B 1F 0 2 117 57 53
Octal 336 254 371 13 37 0 2 427 127 123
Binary 11011110 10101100 11111001 1011 11111 0 10 100010111 1010111 1010011

Color Harmonies of #DEACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACF9

Black with #DEACF9

Text Example


Text Example

White with #DEACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACF9; }

 p { color: rgb(222,172,249); }

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

background-color css

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

 a { background-color: rgb(222,172,249); }

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

border-color css

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

 span { border-color: rgb(222,172,249); }

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