Html Css Color HEX #DEADFF Mauve

📋 copy color: '#DEADFF'

red 222 ◦ green 173 ◦ blue 255

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

Shades of Mauve #DEADFF

Tints of Mauve #DEADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.23%

R = 34.15%
G = 26.62%
B = 39.23%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEADFF (or 0xDEADFF) is known color: Mauve. HEX triplet: DE, AD and FF. RGB value is (222,173,255). Sum of RGB (Red+Green+Blue) = 222+173+255=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADFF is #215200. Grayscale: #C4C4C4. Windows color (decimal): -2183681 or 16756190. OLE color: 16756190.

HSL color Cylindrical-coordinate representation of color #DEADFF: hue angle of 275.85º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEADFF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 222 173 255 -
CMYK 0.13 0.32 0 0
HSL 275.85º 1% 0.84% -
HSV(B) 275.85º 0.32% 1% -
XYZ 63.12 52.64 101.44 -
YUV 197 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 222 173 255 0.13 0.32 0 0 275.85 1 0.84
Hex DE AD FF D 20 0 0 114 64 54
Octal 336 255 377 15 40 0 0 424 144 124
Binary 11011110 10101101 11111111 1101 100000 0 0 100010100 1100100 1010100

Color Harmonies of #DEADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADFF

Black with #DEADFF

Text Example


Text Example

White with #DEADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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