Html Css Color HEX #DEACF8 Mauve

📋 copy color: '#DEACF8'

red 222 ◦ green 172 ◦ blue 248

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

Shades of Mauve #DEACF8

Tints of Mauve #DEACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.63%

R = 34.58%
G = 26.79%
B = 38.63%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DEACF8 (or 0xDEACF8) is known color: Mauve. HEX triplet: DE, AC and F8. RGB value is (222,172,248). Sum of RGB (Red+Green+Blue) = 222+172+248=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACF8 is #215307. Grayscale: #C3C3C3. Windows color (decimal): -2183944 or 16297182. OLE color: 16297182.

HSL color Cylindrical-coordinate representation of color #DEACF8: hue angle of 279.47º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEACF8 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 172 248 -
CMYK 0.10 0.31 0 0.03
HSL 279.47º 0.84% 0.82% -
HSV(B) 279.47º 0.31% 0.97% -
XYZ 61.82 51.81 95.55 -
YUV 195.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 222 172 248 0.10 0.31 0 0.03 279.47 0.84 0.82
Hex DE AC F8 A 1F 0 3 117 54 52
Octal 336 254 370 12 37 0 3 427 124 122
Binary 11011110 10101100 11111000 1010 11111 0 11 100010111 1010100 1010010

Color Harmonies of #DEACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACF8

Black with #DEACF8

Text Example


Text Example

White with #DEACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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