Html Css Color HEX #DE9EEF Plum

📋 copy color: '#DE9EEF'

red 222 ◦ green 158 ◦ blue 239

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

Shades of Plum #DE9EEF

Tints of Plum #DE9EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.61%

R = 35.86%
G = 25.53%
B = 38.61%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DE9EEF (or 0xDE9EEF) is known color: Plum. HEX triplet: DE, 9E and EF. RGB value is (222,158,239). Sum of RGB (Red+Green+Blue) = 222+158+239=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EEF is #216110. Grayscale: #BABABA. Windows color (decimal): -2187537 or 15703774. OLE color: 15703774.

HSL color Cylindrical-coordinate representation of color #DE9EEF: hue angle of 287.41º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9EEF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 158 239 -
CMYK 0.07 0.34 0 0.06
HSL 287.41º 0.72% 0.78% -
HSV(B) 287.41º 0.34% 0.94% -
XYZ 57.93 46.22 87.53 -
YUV 186.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 222 158 239 0.07 0.34 0 0.06 287.41 0.72 0.78
Hex DE 9E EF 7 22 0 6 11F 48 4E
Octal 336 236 357 7 42 0 6 437 110 116
Binary 11011110 10011110 11101111 111 100010 0 110 100011111 1001000 1001110

Color Harmonies of #DE9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9EEF

Black with #DE9EEF

Text Example


Text Example

White with #DE9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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