Html Css Color HEX #DFABEC Plum

📋 copy color: '#DFABEC'

red 223 ◦ green 171 ◦ blue 236

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

Shades of Plum #DFABEC

Tints of Plum #DFABEC

RGB

 RED value IS 223 (87.5% from 255) = 35.4%

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

 BLUE value IS 236 (92.58% from 255) = 37.46%

R = 35.4%
G = 27.14%
B = 37.46%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFABEC (or 0xDFABEC) is known color: Plum. HEX triplet: DF, AB and EC. RGB value is (223,171,236). Sum of RGB (Red+Green+Blue) = 223+171+236=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABEC is #205413. Grayscale: #C1C1C1. Windows color (decimal): -2118676 or 15510495. OLE color: 15510495.

HSL color Cylindrical-coordinate representation of color #DFABEC: hue angle of 288º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFABEC is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 171 236 -
CMYK 0.06 0.28 0 0.07
HSL 288º 0.63% 0.8% -
HSV(B) 288º 0.28% 0.93% -
XYZ 60.13 50.87 86.01 -
YUV 193.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 223 171 236 0.06 0.28 0 0.07 288 0.63 0.8
Hex DF AB EC 6 1C 0 7 120 3F 50
Octal 337 253 354 6 34 0 7 440 77 120
Binary 11011111 10101011 11101100 110 11100 0 111 100100000 111111 1010000

Color Harmonies of #DFABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABEC

Black with #DFABEC

Text Example


Text Example

White with #DFABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABEC; }

 p { color: rgb(223,171,236); }

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

background-color css

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

 a { background-color: rgb(223,171,236); }

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

border-color css

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

 span { border-color: rgb(223,171,236); }

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