Html Css Color HEX #DE9ECE Plum

📋 copy color: '#DE9ECE'

red 222 ◦ green 158 ◦ blue 206

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

Shades of Plum #DE9ECE

Tints of Plum #DE9ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.96%

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 37.88%
G = 26.96%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE9ECE (or 0xDE9ECE) is known color: Plum. HEX triplet: DE, 9E and CE. RGB value is (222,158,206). Sum of RGB (Red+Green+Blue) = 222+158+206=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ECE is #216131. Grayscale: #B6B6B6. Windows color (decimal): -2187570 or 13541086. OLE color: 13541086.

HSL color Cylindrical-coordinate representation of color #DE9ECE: hue angle of 315º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9ECE is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 158 206 -
CMYK 0 0.29 0.07 0.13
HSL 315º 0.49% 0.75% -
HSV(B) 315º 0.29% 0.87% -
XYZ 53.49 44.44 64.15 -
YUV 182.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 222 158 206 0 0.29 0.07 0.13 315 0.49 0.75
Hex DE 9E CE 0 1D 7 D 13B 31 4B
Octal 336 236 316 0 35 7 15 473 61 113
Binary 11011110 10011110 11001110 0 11101 111 1101 100111011 110001 1001011

Color Harmonies of #DE9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9ECE

Black with #DE9ECE

Text Example


Text Example

White with #DE9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9ECE; }

 p { color: rgb(222,158,206); }

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

background-color css

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

 a { background-color: rgb(222,158,206); }

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

border-color css

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

 span { border-color: rgb(222,158,206); }

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