Html Css Color HEX #DEACFC Mauve

📋 copy color: '#DEACFC'

red 222 ◦ green 172 ◦ blue 252

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

Shades of Mauve #DEACFC

Tints of Mauve #DEACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.01%

R = 34.37%
G = 26.63%
B = 39.01%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEACFC (or 0xDEACFC) is known color: Mauve. HEX triplet: DE, AC and FC. RGB value is (222,172,252). Sum of RGB (Red+Green+Blue) = 222+172+252=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACFC is #215303. Grayscale: #C3C3C3. Windows color (decimal): -2183940 or 16559326. OLE color: 16559326.

HSL color Cylindrical-coordinate representation of color #DEACFC: hue angle of 277.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEACFC is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 172 252 -
CMYK 0.12 0.32 0 0.01
HSL 277.5º 0.93% 0.83% -
HSV(B) 277.5º 0.32% 0.99% -
XYZ 62.45 52.06 98.85 -
YUV 196.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 222 172 252 0.12 0.32 0 0.01 277.5 0.93 0.83
Hex DE AC FC C 20 0 1 116 5D 53
Octal 336 254 374 14 40 0 1 426 135 123
Binary 11011110 10101100 11111100 1100 100000 0 1 100010110 1011101 1010011

Color Harmonies of #DEACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACFC

Black with #DEACFC

Text Example


Text Example

White with #DEACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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