Html Css Color HEX #DEADE6 Plum

📋 copy color: '#DEADE6'

red 222 ◦ green 173 ◦ blue 230

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

Shades of Plum #DEADE6

Tints of Plum #DEADE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.8%

R = 35.52%
G = 27.68%
B = 36.8%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DEADE6 (or 0xDEADE6) is known color: Plum. HEX triplet: DE, AD and E6. RGB value is (222,173,230). Sum of RGB (Red+Green+Blue) = 222+173+230=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADE6 is #215219. Grayscale: #C1C1C1. Windows color (decimal): -2183706 or 15117790. OLE color: 15117790.

HSL color Cylindrical-coordinate representation of color #DEADE6: hue angle of 291.58º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEADE6 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 173 230 -
CMYK 0.03 0.25 0 0.10
HSL 291.58º 0.53% 0.79% -
HSV(B) 291.58º 0.25% 0.9% -
XYZ 59.35 51.13 81.6 -
YUV 194.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 222 173 230 0.03 0.25 0 0.10 291.58 0.53 0.79
Hex DE AD E6 3 19 0 A 124 35 4F
Octal 336 255 346 3 31 0 12 444 65 117
Binary 11011110 10101101 11100110 11 11001 0 1010 100100100 110101 1001111

Color Harmonies of #DEADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADE6

Black with #DEADE6

Text Example


Text Example

White with #DEADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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