Html Css Color HEX #DEABEB Plum

📋 copy color: '#DEABEB'

red 222 ◦ green 171 ◦ blue 235

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

Shades of Plum #DEABEB

Tints of Plum #DEABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.23%

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 35.35%
G = 27.23%
B = 37.42%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEABEB (or 0xDEABEB) is known color: Plum. HEX triplet: DE, AB and EB. RGB value is (222,171,235). Sum of RGB (Red+Green+Blue) = 222+171+235=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABEB is #215414. Grayscale: #C1C1C1. Windows color (decimal): -2184213 or 15444958. OLE color: 15444958.

HSL color Cylindrical-coordinate representation of color #DEABEB: hue angle of 287.81º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEABEB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 171 235 -
CMYK 0.06 0.27 0 0.08
HSL 287.81º 0.62% 0.8% -
HSV(B) 287.81º 0.27% 0.92% -
XYZ 59.68 50.65 85.23 -
YUV 193.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 222 171 235 0.06 0.27 0 0.08 287.81 0.62 0.8
Hex DE AB EB 6 1B 0 8 120 3E 50
Octal 336 253 353 6 33 0 10 440 76 120
Binary 11011110 10101011 11101011 110 11011 0 1000 100100000 111110 1010000

Color Harmonies of #DEABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEABEB

Black with #DEABEB

Text Example


Text Example

White with #DEABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEABEB; }

 p { color: rgb(222,171,235); }

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

background-color css

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

 a { background-color: rgb(222,171,235); }

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

border-color css

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

 span { border-color: rgb(222,171,235); }

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