Html Css Color HEX #DEADFA Mauve

📋 copy color: '#DEADFA'

red 222 ◦ green 173 ◦ blue 250

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

Shades of Mauve #DEADFA

Tints of Mauve #DEADFA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.82%

 BLUE value IS 250 (98.05% from 255) = 38.76%

R = 34.42%
G = 26.82%
B = 38.76%

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

#DEADFA (or 0xDEADFA) is known color: Mauve. HEX triplet: DE, AD and FA. RGB value is (222,173,250). Sum of RGB (Red+Green+Blue) = 222+173+250=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADFA is #215205. Grayscale: #C4C4C4. Windows color (decimal): -2183686 or 16428510. OLE color: 16428510.

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

Color convert

RGB 222 173 250 -
CMYK 0.11 0.31 0 0.02
HSL 278.18º 0.89% 0.83% -
HSV(B) 278.18º 0.31% 0.98% -
XYZ 62.32 52.32 97.26 -
YUV 196.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 222 173 250 0.11 0.31 0 0.02 278.18 0.89 0.83
Hex DE AD FA B 1F 0 2 116 59 53
Octal 336 255 372 13 37 0 2 426 131 123
Binary 11011110 10101101 11111010 1011 11111 0 10 100010110 1011001 1010011

Color Harmonies of #DEADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADFA

Black with #DEADFA

Text Example


Text Example

White with #DEADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADFA; }

 p { color: rgb(222,173,250); }

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

background-color css

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

 a { background-color: rgb(222,173,250); }

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

border-color css

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

 span { border-color: rgb(222,173,250); }

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