Html Css Color HEX #DEADFB Mauve

📋 copy color: '#DEADFB'

red 222 ◦ green 173 ◦ blue 251

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

Shades of Mauve #DEADFB

Tints of Mauve #DEADFB

RGB

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

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

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

R = 34.37%
G = 26.78%
B = 38.85%

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

#DEADFB (or 0xDEADFB) is known color: Mauve. HEX triplet: DE, AD and FB. RGB value is (222,173,251). Sum of RGB (Red+Green+Blue) = 222+173+251=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADFB is #215204. Grayscale: #C4C4C4. Windows color (decimal): -2183685 or 16494046. OLE color: 16494046.

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

Color convert

RGB 222 173 251 -
CMYK 0.12 0.31 0 0.02
HSL 277.69º 0.91% 0.83% -
HSV(B) 277.69º 0.31% 0.98% -
XYZ 62.48 52.38 98.08 -
YUV 196.54 158.73 146.16 -
System Red Green Blue C M Y K H S L
Decimal 222 173 251 0.12 0.31 0 0.02 277.69 0.91 0.83
Hex DE AD FB C 1F 0 2 116 5B 53
Octal 336 255 373 14 37 0 2 426 133 123
Binary 11011110 10101101 11111011 1100 11111 0 10 100010110 1011011 1010011

Color Harmonies of #DEADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADFB

Black with #DEADFB

Text Example


Text Example

White with #DEADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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