Html Css Color HEX #DEACFB Mauve

📋 copy color: '#DEACFB'

red 222 ◦ green 172 ◦ blue 251

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

Shades of Mauve #DEACFB

Tints of Mauve #DEACFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.91%

R = 34.42%
G = 26.67%
B = 38.91%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEACFB (or 0xDEACFB) is known color: Mauve. HEX triplet: DE, AC and FB. RGB value is (222,172,251). Sum of RGB (Red+Green+Blue) = 222+172+251=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACFB is #215304. Grayscale: #C3C3C3. Windows color (decimal): -2183941 or 16493790. OLE color: 16493790.

HSL color Cylindrical-coordinate representation of color #DEACFB: hue angle of 277.97º degrees, saturation: 0.91, 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 #DEACFB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 172 251 -
CMYK 0.12 0.31 0 0.02
HSL 277.97º 0.91% 0.83% -
HSV(B) 277.97º 0.31% 0.98% -
XYZ 62.29 52 98.02 -
YUV 195.96 159.07 146.58 -
System Red Green Blue C M Y K H S L
Decimal 222 172 251 0.12 0.31 0 0.02 277.97 0.91 0.83
Hex DE AC FB C 1F 0 2 116 5B 53
Octal 336 254 373 14 37 0 2 426 133 123
Binary 11011110 10101100 11111011 1100 11111 0 10 100010110 1011011 1010011

Color Harmonies of #DEACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACFB

Black with #DEACFB

Text Example


Text Example

White with #DEACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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