Html Css Color HEX #DEADF0 Mauve

📋 copy color: '#DEADF0'

red 222 ◦ green 173 ◦ blue 240

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

Shades of Mauve #DEADF0

Tints of Mauve #DEADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.8%

R = 34.96%
G = 27.24%
B = 37.8%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEADF0 (or 0xDEADF0) is known color: Mauve. HEX triplet: DE, AD and F0. RGB value is (222,173,240). Sum of RGB (Red+Green+Blue) = 222+173+240=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADF0 is #21520F. Grayscale: #C3C3C3. Windows color (decimal): -2183696 or 15773150. OLE color: 15773150.

HSL color Cylindrical-coordinate representation of color #DEADF0: hue angle of 283.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEADF0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 173 240 -
CMYK 0.08 0.28 0 0.06
HSL 283.88º 0.69% 0.81% -
HSV(B) 283.88º 0.28% 0.94% -
XYZ 60.8 51.71 89.21 -
YUV 195.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 222 173 240 0.08 0.28 0 0.06 283.88 0.69 0.81
Hex DE AD F0 8 1C 0 6 11C 45 51
Octal 336 255 360 10 34 0 6 434 105 121
Binary 11011110 10101101 11110000 1000 11100 0 110 100011100 1000101 1010001

Color Harmonies of #DEADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADF0

Black with #DEADF0

Text Example


Text Example

White with #DEADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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