Html Css Color HEX #DEADE8 Plum

📋 copy color: '#DEADE8'

red 222 ◦ green 173 ◦ blue 232

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

Shades of Plum #DEADE8

Tints of Plum #DEADE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37%

R = 35.41%
G = 27.59%
B = 37%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DEADE8 (or 0xDEADE8) is known color: Plum. HEX triplet: DE, AD and E8. RGB value is (222,173,232). Sum of RGB (Red+Green+Blue) = 222+173+232=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADE8 is #215217. Grayscale: #C2C2C2. Windows color (decimal): -2183704 or 15248862. OLE color: 15248862.

HSL color Cylindrical-coordinate representation of color #DEADE8: hue angle of 289.83º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEADE8 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 173 232 -
CMYK 0.04 0.25 0 0.09
HSL 289.83º 0.56% 0.79% -
HSV(B) 289.83º 0.25% 0.91% -
XYZ 59.63 51.24 83.09 -
YUV 194.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 222 173 232 0.04 0.25 0 0.09 289.83 0.56 0.79
Hex DE AD E8 4 19 0 9 122 38 4F
Octal 336 255 350 4 31 0 11 442 70 117
Binary 11011110 10101101 11101000 100 11001 0 1001 100100010 111000 1001111

Color Harmonies of #DEADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADE8

Black with #DEADE8

Text Example


Text Example

White with #DEADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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