Html Css Color HEX #DEADF5 Mauve

📋 copy color: '#DEADF5'

red 222 ◦ green 173 ◦ blue 245

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

Shades of Mauve #DEADF5

Tints of Mauve #DEADF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.28%

R = 34.69%
G = 27.03%
B = 38.28%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEADF5 (or 0xDEADF5) is known color: Mauve. HEX triplet: DE, AD and F5. RGB value is (222,173,245). Sum of RGB (Red+Green+Blue) = 222+173+245=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADF5 is #21520A. Grayscale: #C3C3C3. Windows color (decimal): -2183691 or 16100830. OLE color: 16100830.

HSL color Cylindrical-coordinate representation of color #DEADF5: hue angle of 280.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEADF5 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 173 245 -
CMYK 0.09 0.29 0 0.04
HSL 280.83º 0.78% 0.82% -
HSV(B) 280.83º 0.29% 0.96% -
XYZ 61.55 52.01 93.18 -
YUV 195.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 222 173 245 0.09 0.29 0 0.04 280.83 0.78 0.82
Hex DE AD F5 9 1D 0 4 119 4E 52
Octal 336 255 365 11 35 0 4 431 116 122
Binary 11011110 10101101 11110101 1001 11101 0 100 100011001 1001110 1010010

Color Harmonies of #DEADF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADF5

Black with #DEADF5

Text Example


Text Example

White with #DEADF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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